From 7bbf3bbb1ce93f5aa34d4dc03f073fe37050d9d1 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:08:40 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20timezone=20con?= =?UTF-8?q?figuration=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the timezone configuration to use the system's localized timezone, ensuring consistency with the rest of the setup process. This change allows for more accurate time zone settings and reduces potential issues with date-related tasks. --- tasks/setupacdc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index d943497..990885d 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -20,10 +20,11 @@ --net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ --storage local-lvm \ --unprivileged 0 \ - --timezone: {{ localization_timezone }} + --features keyctl=1,nesting=1,mount=cifs + become: yes become_user: root - +# --timezone: {{ localization_timezone }} # - hosts: localhost # gather_facts: no