6 lines
98 B
YAML
6 lines
98 B
YAML
---
|
|
- name: Stopping Proxy
|
|
shell: |
|
|
docker stack rm onelab_proxy
|
|
sleep 20
|
|
become: true |