a456e3a9e7
Fixes #106 (Github Issue).
14 lines
271 B
YAML
14 lines
271 B
YAML
- import_tasks: "{{ role_path }}/tasks/start.yml"
|
|
when: run_start|bool
|
|
tags:
|
|
- start
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/stop.yml"
|
|
when: run_stop|bool
|
|
tags:
|
|
- stop
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
|
|
tags:
|
|
- always
|