ansible/roles/monit/handlers/main.yml

6 lines
91 B
YAML

---
- name: restart monit
service:
name: "monit"
state: "restarted"