From 55ff9324c1dd7ffdfc227cbc94aa4ef91b5c3076 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:05:42 +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, ensuring consistency and reusability of timezone settings. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 6c7e47c..d943497 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: "{{ localization_timezone }}" + --timezone: {{ localization_timezone }} become: yes become_user: root