fix1
This commit is contained in:
12
ansible_role/molecule/default/destroy.yml
Normal file
12
ansible_role/molecule/default/destroy.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user