Browse Source

Fixes for Ansible 2.4

Sven Velt 7 years ago
parent
commit
89c7381ef2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/timesync-enabled/tasks/main.yml

+ 2 - 2
roles/timesync-enabled/tasks/main.yml

@@ -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", ]