timesyncd start on boot

This commit is contained in:
Ruben Blanco 2024-02-12 17:32:18 +01:00
parent f17654a77e
commit e02560178f
1 changed files with 6 additions and 1 deletions

View File

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