Add a task to stop services (and remove containers)

This commit is contained in:
Marcel Partap
2019-05-14 11:46:07 +02:00
parent 873c291be6
commit d114736014
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,8 @@
- import_tasks: "{{ role_path }}/tasks/start.yml"
when: run_start
tags:
- start
- start
- import_tasks: "{{ role_path }}/tasks/stop.yml"
tags:
- stop