chrony: drop task to stop/disable ntp, we will not even install it anymore

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-16 10:40:43 -07:00
parent bb3146d753
commit 5432763f39

View file

@ -12,19 +12,9 @@
- config
- base
- name: disable and stop ntp
service: name=ntpd state=stopped enabled=no
ignore_errors: true
tags:
- chrony
- service
- base
when: ansible_distribution_major_version|int != 8
- name: Start and enable chrony
service: name=chronyd state=started enabled=yes
tags:
- chrony
- service
- base
when: ansible_distribution_major_version|int != 8