chrony: for now ignore errors in stopping ntp, probibly should just remove it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-31 23:24:15 +00:00 committed by Pierre-Yves Chibon
parent 14eaaf673a
commit 7a306aaa51

View file

@ -14,6 +14,7 @@
- name: disable and stop ntp
service: name=ntpd state=stopped enabled=no
ignore_errors: true
tags:
- chrony
- service