You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/supervisorctl/tasks/test.yml

13 lines
300 B
YAML

- 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