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 8c8572b commit cb6251bCopy full SHA for cb6251b
tasks/destroy-volumes.yml
@@ -5,7 +5,7 @@
5
{{ item.name }}
6
{{ item.pool | default('default') }}
7
with_items: "{{ volumes }}"
8
- when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
+ when: item.type | default(libvirt_volume_default_type) == 'volume'
9
register: volume_result
10
environment: "{{ libvirt_vm_script_env }}"
11
changed_when:
0 commit comments