This commit is contained in:
Ruben Blanco 2023-10-27 13:55:35 +02:00
parent 8e55b6e09e
commit c8ea7f45bc
1 changed files with 2 additions and 2 deletions

View File

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