ansible/roles/monit/handlers/main.yml

6 lines
91 B
YAML
Raw Normal View History

---
- name: restart monit
service:
name: "monit"
2020-08-05 00:15:47 +00:00
state: "restarted"