From c8ea7f45bc23d8df20636daacfd61bdf9abf3529 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 27 Oct 2023 13:55:35 +0200 Subject: [PATCH] test --- roles/config-tzdata/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/config-tzdata/tasks/main.yaml b/roles/config-tzdata/tasks/main.yaml index 1227cc2..a03c9d6 100644 --- a/roles/config-tzdata/tasks/main.yaml +++ b/roles/config-tzdata/tasks/main.yaml @@ -6,7 +6,7 @@ question: "tzdata/Areas" vtype: select value: "Europe" # Replace with the desired region, e.g., "America,Europe.." - state: present + #state: present - name: Set the city for tzdata package debconf: @@ -14,7 +14,7 @@ question: "tzdata/Zones/Europe" vtype: select value: "Madrid" # Replace with the desired city/timezone - state: present + #state: present - name: Run dpkg-reconfigure to apply the timezone changes command: dpkg-reconfigure -f noninteractive tzdata \ No newline at end of file