mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
10 lines
184 B
YAML
10 lines
184 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
|