Fixes for Ansible 2.4
This commit is contained in:
parent
9ea3d44011
commit
89c7381ef2
|
@ -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", ]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue