This commit is contained in:
Daniel A. Maierhofer
2019-02-23 00:39:09 +01:00
parent 8f3aff10da
commit 3ae3c5ee50

View File

@@ -4,7 +4,7 @@
when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host' when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host'
- name: ntp - run and enable chrony - 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' when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host'
- name: ntp - set timezone - name: ntp - set timezone