diff --git a/tasks/ntp.yml b/tasks/ntp.yml index 9e290ec..ff19fb2 100644 --- a/tasks/ntp.yml +++ b/tasks/ntp.yml @@ -6,3 +6,6 @@ - name: ntp - run and enable chrony service: name=chrony state=started enabled=yes when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host' + +- name: ntp - set timezone + file: src=/usr/share/zoneinfo/Europe/Vienna dest=/etc/localtime state=link