fix timezone
This commit is contained in:
parent
0b0bb83ce5
commit
69b519cef1
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@
|
|||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Set the timezone to America/New_York
|
||||
timezone:
|
||||
name: America/New_York
|
||||
- name: set timezone
|
||||
shell: timedatectl set-timezone America/New_York
|
||||
|
||||
- name: Ensure systemd-timesyncd is installed
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue