mirror of
https://gitea.0xace.cc/ansible-galaxy/monit.git
synced 2024-11-24 23:36:39 +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
|