Fix ntp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user