Skip to content
  • Thomas Woerner's avatar
    ansible_freeipa_module: New functions module_params_get and _afm_convert · b1628045
    Thomas Woerner authored
    The module_params_get function can and should be used as a replacement of
    ansible_module.params.get. For Python2 it is needed to convert parameters
    to unicode. Otherwise there will be an error in the FreeIPA API command.
    
    The private function _afm_convert has been added to do the conversion
    recursively.
    b1628045
Loading