Skip to content
Snippets Groups Projects
Commit b1a84271 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ansible_freeipa_module: Add missing to_text import for _afm_convert

to_text has not been imported from ansible.module_utils._text but it was
used in _afm_convert. The import has been added.
parent b1628045
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ except ImportError: ...@@ -37,6 +37,7 @@ except ImportError:
from ipapython.ipautil import run from ipapython.ipautil import run
from ipaplatform.paths import paths from ipaplatform.paths import paths
from ipalib.krb_utils import get_credentials_if_valid from ipalib.krb_utils import get_credentials_if_valid
from ansible.module_utils._text import to_text
def valid_creds(module, principal): def valid_creds(module, principal):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment