Enable NTP on Linux.

This commit is contained in:
Tom Alexander 2023-07-01 15:05:15 -04:00
parent f667f50f84
commit db17b87cb8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,6 +1,6 @@
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true
- name: Start ntp service
systemd:
state: started
name: systemd-timesyncd
daemon_reload: yes
enabled: yes