mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
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:
committed by
Pierre-Yves Chibon
parent
14eaaf673a
commit
7a306aaa51
@@ -14,6 +14,7 @@
|
||||
|
||||
- name: disable and stop ntp
|
||||
service: name=ntpd state=stopped enabled=no
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- chrony
|
||||
- service
|
||||
|
||||
Reference in New Issue
Block a user