Also need to remove the old task

This commit is contained in:
Kevin Fenzi 2016-06-25 17:55:24 +00:00
parent df31d57750
commit 3b73ad90ff

View file

@ -44,11 +44,6 @@
- ntp
- config
- name: disable chronyd on el7
service: name=chronyd state=stopped enabled=false
when: ansible_cmdline.ostree is not defined and ansible_distribution_major_version|int == 7
ignore_errors: yes
- name: enable the service
service: name=ntpd state=running enabled=true
when: ansible_cmdline.ostree is not defined