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 d77956d commit 43db416Copy full SHA for 43db416
tasks/volumes.yml
@@ -27,7 +27,7 @@
27
{% endif %}
28
-a {{ ansible_check_mode }}
29
with_items: "{{ volumes }}"
30
- when: item.device | default(libvirt_volume_default_device) == 'disk'
+ when: item.type | default(libvirt_volume_default_type) == 'volume'
31
environment: "{{ libvirt_vm_script_env }}"
32
register: volume_result
33
changed_when:
0 commit comments