From 3ae3c5ee50d70d30ff8892ce50c3f1bee32d0249 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sat, 23 Feb 2019 00:39:09 +0100 Subject: [PATCH] Fix ntp --- tasks/ntp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ntp.yml b/tasks/ntp.yml index 201e159..9789895 100644 --- a/tasks/ntp.yml +++ b/tasks/ntp.yml @@ -4,7 +4,7 @@ when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host' - name: ntp - run and enable chrony - service: name=chrony state=started enabled=yes + service: name=chronyd state=started enabled=yes when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host' - name: ntp - set timezone