test timezone

This commit is contained in:
Ruben Blanco 2023-10-27 11:52:09 +02:00
parent 387c50037c
commit b24de20f8f
2 changed files with 6 additions and 1 deletions

View File

@ -13,4 +13,8 @@
# update grub
- name: grub register
command: update-grub
command: update-grub
# update timezone
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata

View File

@ -25,6 +25,7 @@
value: "Europe"
- question: "tzdata/Zones/Etc"
value: "UTC"
notify: update timezone
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++