浏览代码

Fixes for Ansible 2.4

Sven Velt 7 年之前
父节点
当前提交
89c7381ef2
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 
 
-- 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", ]