2015-05-22 15:50:21 +02:00

7 lines
112 B
YAML

- hosts: [{{ ip }}]
sudo: yes
tasks:
- shell: docker stop {{ name }}
- shell: docker rm {{ name }}