solar-resources/resources/mariadb_service/1.0.0/actions/remove.yaml
Jedrzej Nowak 1b28b8f3c4 Change resources structure to match repository one
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
2015-12-18 18:01:20 +01:00

10 lines
237 B
YAML

- hosts: [{{host}}]
sudo: yes
tasks:
- name: mariadb container
docker:
name: {{ resource_name }}
image: {{ image }}
state: absent
- file: path=/var/lib/docker/data/{{resource_name}} state=absent