1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-07 04:27:15 +00:00

remove unused handlers in monit integration test

This commit is contained in:
Simon Kelly 2020-10-16 15:52:15 +02:00
parent 816f31c19f
commit b419ea3928

View file

@ -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