chrony: ntp doesn't exist in rhel8beta so we don't try and stop and disable it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
abff8931f9
commit
c876bb1fed
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
- chrony
|
||||
- service
|
||||
- base
|
||||
when: ansible_distribution_major_version|int != 8
|
||||
|
||||
- name: Start and enable chrony
|
||||
service: name=chronyd state=started enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue