2023-10-23 11:46:57 +00:00
|
|
|
# restart crontab service to apply changes
|
2023-10-30 16:34:30 +00:00
|
|
|
- name: restart systemd-timesyncd
|
2023-10-23 11:46:57 +00:00
|
|
|
service:
|
2023-10-30 16:34:30 +00:00
|
|
|
name: "{{ timesyncd_daemon }}"
|
2023-10-23 11:46:57 +00:00
|
|
|
state: restarted
|