From 7a306aaa5176c4f2cba2c584ea3914ddf095069e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 31 Oct 2019 23:24:15 +0000 Subject: [PATCH] chrony: for now ignore errors in stopping ntp, probibly should just remove it. Signed-off-by: Kevin Fenzi --- roles/chrony/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/chrony/tasks/main.yml b/roles/chrony/tasks/main.yml index 471207eda0..a075c33964 100644 --- a/roles/chrony/tasks/main.yml +++ b/roles/chrony/tasks/main.yml @@ -14,6 +14,7 @@ - name: disable and stop ntp service: name=ntpd state=stopped enabled=no + ignore_errors: true tags: - chrony - service