mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
ipadiscovery.py - fix typo of timconf to timeconf
This commit is contained in:
@@ -515,7 +515,7 @@ def main():
|
|||||||
synced_ntp = False
|
synced_ntp = False
|
||||||
# use user specified NTP servers if there are any
|
# use user specified NTP servers if there are any
|
||||||
for s in ntp_servers:
|
for s in ntp_servers:
|
||||||
synced_ntp = timconf.synconce_ntp(s, False)
|
synced_ntp = timeconf.synconce_ntp(s, False)
|
||||||
if synced_ntp:
|
if synced_ntp:
|
||||||
break
|
break
|
||||||
if not synced_ntp and not ntp_servers:
|
if not synced_ntp and not ntp_servers:
|
||||||
|
|||||||
Reference in New Issue
Block a user