diff --git a/roles/ipaclient/library/ipaclient_setup_ntp.py b/roles/ipaclient/library/ipaclient_setup_ntp.py
index 9f9419422b6cb2f0f1276bbcc0e6ef15939f0a0a..6fb6b18e69c7910e768f30a6285574f93f7b8fa6 100644
--- a/roles/ipaclient/library/ipaclient_setup_ntp.py
+++ b/roles/ipaclient/library/ipaclient_setup_ntp.py
@@ -154,7 +154,7 @@ def main():
                 ntp_servers = options.ntp_servers
 
             for s in ntp_servers:
-                synced_ntp = ntpconf.synconce_ntp(s, options.debug)
+                synced_ntp = timeconf.synconce_ntp(s, options.debug)
                 if synced_ntp:
                     break