ansible-roles/ntpd/handlers/main.yml

6 lines
70 B
YAML

---
- name: restart ntp
service:
name: ntp
state: restarted