test
This commit is contained in:
parent
8e55b6e09e
commit
c8ea7f45bc
|
@ -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
|
Loading…
Reference in New Issue