This commit is contained in:
Сергей Антропов
2025-03-05 17:38:11 +03:00
parent 93333c3598
commit 78359193fe
12 changed files with 81 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
---
- 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 }}"