2019-05-20 17:03:05 +01:00

10 lines
174 B
YAML

- import_tasks: "{{ role_path }}/tasks/start.yml"
when: run_start
tags:
- start
- import_tasks: "{{ role_path }}/tasks/stop.yml"
when: run_stop
tags:
- stop