|
@@ -10,11 +10,11 @@
|
|
when: timesync_servers is not defined
|
|
when: timesync_servers is not defined
|
|
|
|
|
|
|
|
|
|
-- include: timesync_timesyncd.yml
|
|
|
|
|
|
+- include_tasks: timesync_timesyncd.yml
|
|
when: timesync_daemon == "timesyncd"
|
|
when: timesync_daemon == "timesyncd"
|
|
|
|
|
|
|
|
|
|
-- include: timesync_ntp.yml
|
|
|
|
|
|
+- include_tasks: timesync_ntp.yml
|
|
when: timesync_daemon not in ["timesyncd", ]
|
|
when: timesync_daemon not in ["timesyncd", ]
|
|
|
|
|
|
|
|
|