From 9ebc03586d55e50b3afd6f599a23b6c2a075080d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:27:16 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20with=20timezone=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the timezone configuration in setupacdc.yml to use a default value, removing the need for manual configuration. This change simplifies the setup process and reduces user input requirements. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index d12c84c..54eacea 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -19,14 +19,14 @@ -swap 256 \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -storage local-lvm \ - -timezone: {{ localization_timezone }} \ -onboot 1 \ -unprivileged 1 \ -features keyctl=1,nesting=1,mount=cifs become: yes become_user: root -# --timezone: {{ localization_timezone }} + # -timezone: {{ localization_timezone }} \ + # - hosts: localhost # gather_facts: no