mirror of
https://gitea.0xace.cc/ansible-galaxy/monit.git
synced 2025-07-03 18:03:07 +00:00
add monit service role
This commit is contained in:
6
handlers/main.yaml
Normal file
6
handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Reload monit
|
||||
systemd:
|
||||
name: monit
|
||||
state: reloaded
|
||||
when: not monit_setup.changed
|
Reference in New Issue
Block a user