From 2a2a236ba9d7a50b0873b495bd6ee0c07b35318d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:00:46 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20timezone=20for?= =?UTF-8?q?mat=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the timezone format from string to variable, allowing for easier customization and localization support. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index efea48c..6c7e47c 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -20,7 +20,7 @@ --net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ --storage local-lvm \ --unprivileged 0 \ - --timezone: "Europe/Rome" + --timezone: "{{ localization_timezone }}" become: yes become_user: root