vn-ansible/roles/config-ntp/handlers/main.yaml

5 lines
143 B
YAML
Raw Normal View History

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