ansible-roles/roles/ntp_client/handlers/main.yml

8 lines
162 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: restart ntpd
service: name={{ ntp_ntpd_service }} state=restarted
- name: restart chrony
service: name={{ ntp_chrony_service }} state=restarted