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:
Kevin Fenzi 2019-02-12 22:18:59 +00:00
parent abff8931f9
commit c876bb1fed

View file

@ -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