ansible-role-cloudflare-ddns/molecule/shared/cleanup.yml
2022-08-26 01:20:32 +02:00

10 lines
247 B
YAML

---
- name: Destroy created docker image
hosts: localhost
connection: local
gather_facts: false
tasks:
- name: "destroy the docker container"
community.docker.docker_container:
name: "cloudflare-dns"
state: absent