Files
DevOpsLab/ansible_role/molecule/default/destroy.yml
Сергей Антропов 78359193fe fix1
2025-03-05 17:38:11 +03:00

12 lines
286 B
YAML

---
- name: Destroy
hosts: localhost
connection: local
tasks:
- name: Destroy molecule instance(s)
molecule_docker:
platform: "{{ item }}"
state: absent
with_items: "{{ molecule_yml.platforms }}"
loop_control:
label: "{{ item.name }}"