2021-02-20 10:19:17 +01:00
|
|
|
|
2019-01-12 16:53:00 +01:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/start.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: run_start|bool
|
2019-01-12 16:53:00 +01:00
|
|
|
tags:
|
2019-05-14 11:46:07 +02:00
|
|
|
- start
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/stop.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: run_stop|bool
|
2019-05-14 11:46:07 +02:00
|
|
|
tags:
|
|
|
|
- stop
|
2020-09-01 12:12:11 +02:00
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
2021-02-20 10:19:17 +01:00
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/awx_post.yml"
|
|
|
|
when: run_setup|bool and matrix_awx_enabled|bool
|
|
|
|
tags:
|
|
|
|
- always
|
2020-10-10 04:11:26 +02:00
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/run_docker_prune.yml"
|
|
|
|
tags:
|
|
|
|
- run-docker-prune
|
2021-02-20 10:19:17 +01:00
|
|
|
|
|
|
|
|