solar/resources/mariadb/remove.yml
Vagrant User a50f0933c7 Init x
2015-04-15 18:43:02 +00:00

7 lines
112 B
YAML

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