Enable NTP on Linux.
This commit is contained in:
parent
f667f50f84
commit
db17b87cb8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user