ansible-roles/roles/ntp_client/handlers/main.yml
2021-12-01 19:13:34 +01:00

8 lines
162 B
YAML

---
- name: restart ntpd
service: name={{ ntp_ntpd_service }} state=restarted
- name: restart chrony
service: name={{ ntp_chrony_service }} state=restarted