From bf7b63c9ce0024ca997791fc5912dc3013c46de5 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 18 May 2023 16:03:36 +0200 Subject: [PATCH] change timezone --- iris.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iris.yml b/iris.yml index a15e8be..a239128 100644 --- a/iris.yml +++ b/iris.yml @@ -1,6 +1,9 @@ - hosts: iris pre_tasks: + - name: Set timezone + timezone: + name: Europe/Amsterdam - name: Create data directory file: path: "{{ data_directory }}"