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 aab3c67 commit 8c8572bCopy full SHA for 8c8572b
tasks/destroy-volumes.yml
@@ -3,7 +3,7 @@
3
script: >
4
destroy_virt_volume.sh
5
{{ item.name }}
6
- {{ item.pool }}
+ {{ item.pool | default('default') }}
7
with_items: "{{ volumes }}"
8
when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
9
register: volume_result
0 commit comments