7 lines
94 B
YAML
7 lines
94 B
YAML
---
|
|
- name: Stopping OneLab
|
|
shell: |
|
|
docker stack rm onelab
|
|
sleep 30
|
|
become: true
|