test timezone
This commit is contained in:
parent
387c50037c
commit
b24de20f8f
|
@ -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
|
|
@ -25,6 +25,7 @@
|
|||
value: "Europe"
|
||||
- question: "tzdata/Zones/Etc"
|
||||
value: "UTC"
|
||||
notify: update timezone
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
Loading…
Reference in New Issue