fix timezone

This commit is contained in:
Matt Reeves 2024-10-13 21:19:09 -04:00
parent 0b0bb83ce5
commit 69b519cef1

View file

@ -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: