Also need to remove the old task
This commit is contained in:
parent
df31d57750
commit
3b73ad90ff
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue