Add a task to stop services (and remove containers)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user