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:
parent
bb3146d753
commit
5432763f39
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue