commit f0b89ffb901e999557ba5a630eb054cd1aa344c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 8 18:21:09 2019 +0200
Disable ntpd stop
roles/chrony/tasks/main.yml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/roles/chrony/tasks/main.yml b/roles/chrony/tasks/main.yml
index 2e5609f..b1ad9ba 100644
--- a/roles/chrony/tasks/main.yml
+++ b/roles/chrony/tasks/main.yml
@@ -12,14 +12,6 @@
- config
- base
-- name: disable and stop ntp
- service: name=ntpd state=stopped enabled=no
- tags:
- - chrony
- - service
- - base
- when: ansible_distribution_major_version|int != 8
-
- name: Start and enable chrony
service: name=chronyd state=started enabled=yes
tags:
Show replies by date