style 💎: Update timezone format in setupacdc.yml

Updated the timezone format from string to variable, ensuring consistency and reusability of timezone settings.
This commit is contained in:
2025-11-01 23:05:42 +01:00
parent 2a2a236ba9
commit 55ff9324c1

View File

@@ -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