mirror of
https://gitea.0xace.cc/ansible-galaxy/monit.git
synced 2024-11-25 07:57:23 +00:00
7 lines
104 B
YAML
7 lines
104 B
YAML
|
---
|
||
|
- name: Reload monit
|
||
|
systemd:
|
||
|
name: monit
|
||
|
state: reloaded
|
||
|
when: not monit_setup.changed
|