ansible-roles/ntp/handlers/main.yml
2017-06-02 15:44:09 +02:00

6 lines
70 B
YAML

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