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