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

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.
parent 61862820
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment