Skip to content

Commit 69b519c

Browse files
committedOct 14, 2024
fix timezone
1 parent 0b0bb83 commit 69b519c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎ansible/playbooks/ntp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
become: true
55

66
tasks:
7-
- name: Set the timezone to America/New_York
8-
timezone:
9-
name: America/New_York
7+
- name: set timezone
8+
shell: timedatectl set-timezone America/New_York
109

1110
- name: Ensure systemd-timesyncd is installed
1211
apt:

0 commit comments

Comments
 (0)
Please sign in to comment.