Skip to content

Commit

Permalink
fix destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 25, 2023
1 parent e1f705f commit ea09709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule_qemu/playbooks/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
rescue:
- name: Prepare VMs config when file missing
ansible.builtin.set_fact:
instance_conf: {}
instance_conf: []

- name: Read PID files
ansible.builtin.set_fact:
Expand Down Expand Up @@ -47,7 +47,7 @@

- name: Prepare VMs config list
ansible.builtin.set_fact:
instance_conf: {}
instance_conf: []

- name: Dump VMs config
ansible.builtin.copy:
Expand Down

0 comments on commit ea09709

Please sign in to comment.