6 lines
94 B
YAML

- hosts: [service/mariadb]
sudo: yes
tasks:
- shell: docker rm -f {{ name }} || true