mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-26 02:00:23 -07:00
supervisorctl: add integration tests
This commit is contained in:
parent
4e0ecfd553
commit
2a7481444b
23 changed files with 358 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
- name: install supervisor
|
||||
package:
|
||||
name: supervisor
|
||||
state: present
|
||||
|
||||
- name: disable supervisord system service
|
||||
service:
|
||||
name: '{{ supervisor_service_name }}'
|
||||
state: stopped
|
||||
enabled: no
|
Loading…
Add table
Add a link
Reference in a new issue