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