From e0d73350bf27b74432610ef0ab7a4afee193a125 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Mon, 19 Mar 2018 23:51:21 +0100 Subject: [PATCH] set timezone --- tasks/ntp.yml | 3 +++ 1 file changed, 3 insertions(+) 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