2020-08-05 00:11:17 +00:00
|
|
|
---
|
|
|
|
- name: restart monit
|
|
|
|
service:
|
|
|
|
name: "monit"
|
2020-08-05 00:15:47 +00:00
|
|
|
state: "restarted"
|
2020-08-09 01:55:56 +00:00
|
|
|
when: not monit_containerized
|
|
|
|
|
2020-08-09 05:03:13 +00:00
|
|
|
- name: restart monit containerized
|
2020-08-09 01:55:56 +00:00
|
|
|
command: /usr/bin/s6-svc -r /var/run/s6/services/monit
|
|
|
|
when: monit_containerized
|