mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
9 lines
157 B
YAML
9 lines
157 B
YAML
- import_tasks: "{{ role_path }}/tasks/start.yml"
|
|
when: run_start
|
|
tags:
|
|
- start
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/stop.yml"
|
|
tags:
|
|
- stop
|