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