소스 검색

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