Fixes for Ansible 2.4

This commit is contained in:
Sven Velt 2018-04-22 14:10:27 +02:00
parent 9ea3d44011
commit 89c7381ef2

View file

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