From b200819f2643fdb1190d6fc060012a599be39fad Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Mon, 7 Nov 2022 16:35:41 +0100
Subject: [PATCH] =?UTF-8?q?:hammer:=20Rename=20ag=5Ftimezone=20=E2=86=92?=
 =?UTF-8?q?=20timezone?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Move from role-dependent to generic name for this variable
---
 group-all.yml           | 2 ++
 group_vars/all/vars.yml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/group-all.yml b/group-all.yml
index 82c29ed..b3734cc 100644
--- a/group-all.yml
+++ b/group-all.yml
@@ -9,6 +9,8 @@
 
   roles:
     - role: ansible.timezone
+      vars:
+        ag_timezone: "{{ timezone }}"
 
   tasks:
     - name: Update and clean package cache
diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml
index 7c76ee4..8b8c893 100644
--- a/group_vars/all/vars.yml
+++ b/group_vars/all/vars.yml
@@ -1,7 +1,7 @@
 ---
 server_admin: "admin@netz39.de"
 
-ag_timezone: Europe/Berlin
+timezone: Europe/Berlin
 
 users:
   - logname: "alex"