Skip to content
Commit b1628045 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ansible_freeipa_module: New functions module_params_get and _afm_convert

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.
parent 3390d674
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment