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 - name: Start ntp service
# pacman: systemd:
# name: state: started
# - foo name: systemd-timesyncd
# state: present daemon_reload: yes
# update_cache: true enabled: yes