timesyncd start on boot
This commit is contained in:
parent
f17654a77e
commit
e02560178f
|
@ -34,3 +34,8 @@
|
|||
group: root
|
||||
mode: '0644'
|
||||
notify: restart systemd-timesyncd
|
||||
# service should start on boot.
|
||||
- name: service should start on boot
|
||||
service:
|
||||
name: "{{ timesyncd_daemon }}"
|
||||
enabled: yes
|
Loading…
Reference in New Issue