mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
remove unused handlers in monit integration test
This commit is contained in:
parent
816f31c19f
commit
b419ea3928
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
- name: start monit
|
||||
become: yes
|
||||
service: name=monit state=started
|
||||
|
||||
- name: restart monit
|
||||
become: yes
|
||||
service: name=monit state=restarted
|
||||
|
||||
- name: reload monit
|
||||
become: yes
|
||||
service: name=monit state=reloaded
|
||||
|
||||
- name: stop monit
|
||||
become: yes
|
||||
service: name=monit state=stopped
|
Loading…
Add table
Add a link
Reference in a new issue