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.
2 parents a31619d + 43db416 commit 6f4ab93Copy full SHA for 6f4ab93
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