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

4 lines
93 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:
2024-09-23 14:32:28 +00:00
name: systemd-timesyncd
2023-10-23 11:46:57 +00:00
state: restarted