solar-resources/examples/resources/simple/haproxy/remove.yml

6 lines
94 B
YAML

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