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
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set the timezone to America/New_York
|
- name: set timezone
|
||||||
timezone:
|
shell: timedatectl set-timezone America/New_York
|
||||||
name: America/New_York
|
|
||||||
|
|
||||||
- name: Ensure systemd-timesyncd is installed
|
- name: Ensure systemd-timesyncd is installed
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Add table
Reference in a new issue