solar/resources/docker_container/actions/remove.yaml
2015-09-15 12:20:12 +02:00

7 lines
130 B
YAML

- hosts: [{{host}}]
sudo: yes
tasks:
- shell: docker stop {{ resource_name }}
- shell: docker rm {{ resource_name }}