We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fab5e6 commit aab3c67Copy full SHA for aab3c67
tasks/destroy-volumes.yml
@@ -5,6 +5,7 @@
5
{{ item.name }}
6
{{ item.pool }}
7
with_items: "{{ volumes }}"
8
+ when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
9
register: volume_result
10
environment: "{{ libvirt_vm_script_env }}"
11
changed_when:
0 commit comments