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

4 lines
100 B
YAML
Raw Normal View History

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