mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-20 21:11:42 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
12
tests/integration/targets/supervisorctl/tasks/test.yml
Normal file
12
tests/integration/targets/supervisorctl/tasks/test.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
- name: generate supervisor configuration
|
||||
template:
|
||||
src: supervisord.conf
|
||||
dest: '{{ remote_dir }}/supervisord.conf'
|
||||
|
||||
- block:
|
||||
- import_tasks: start_supervisord.yml
|
||||
|
||||
- import_tasks: test_start.yml
|
||||
- import_tasks: test_stop.yml
|
||||
always:
|
||||
- import_tasks: stop_supervisord.yml
|
Loading…
Add table
Add a link
Reference in a new issue