ipaclient/library/ipaclient_setup_ntp: Fix import of ansible_ipa_client

The import line of ansible_ipa_client was not correct and used a test
version of the binding that is not possible anymore due to the move of
the module_utils directories into the specific role locations.
This commit is contained in:
Thomas Woerner
2019-03-25 13:33:36 +01:00
parent 61862820e0
commit bf1f8bff5c

View File

@@ -87,7 +87,7 @@ import os
import socket
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.ansible_freeipa.client import *
from ansible.module_utils.ansible_ipa_client import *
def main():
module = AnsibleModule(