Skip to content

Commit 8c8572b

Browse files
committed
Specify a default for pool in destroy-volumes.yml
1 parent aab3c67 commit 8c8572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/destroy-volumes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
script: >
44
destroy_virt_volume.sh
55
{{ item.name }}
6-
{{ item.pool }}
6+
{{ item.pool | default('default') }}
77
with_items: "{{ volumes }}"
88
when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
99
register: volume_result

0 commit comments

Comments
 (0)