Skip to content

Commit 0b0bb83

Browse files
committedOct 14, 2024
remove timezone and add to NTP
1 parent 60ac705 commit 0b0bb83

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed
 

‎ansible/playbooks/ntp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
become: true
55

66
tasks:
7+
- name: Set the timezone to America/New_York
8+
timezone:
9+
name: America/New_York
10+
711
- name: Ensure systemd-timesyncd is installed
812
apt:
913
name: systemd-timesyncd

‎ansible/playbooks/timezone.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.