ansible/roles/golang/molecule/default/destroy.yml
Julien Riou c610083d3c
Some checks failed
/ ansible-docsmith (push) Successful in 23s
/ molecule (certbot) (push) Failing after 47s
/ molecule (galene) (push) Failing after 59s
/ molecule (golang) (push) Has been cancelled
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-17 09:43:29 +01:00

11 lines
275 B
YAML

---
- name: Destroy container instances
hosts: localhost
gather_facts: false
tasks:
- name: Remove containers
containers.podman.podman_container:
name: "{{ item }}"
state: absent
loop: "{{ groups['molecule'] }}"
failed_when: false