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 d6e2cfb commit 77d9aaeCopy full SHA for 77d9aae
tasks/volumes.yml
@@ -27,7 +27,7 @@
27
{% endif %}
28
-a {{ ansible_check_mode }}
29
with_items: "{{ volumes }}"
30
- when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
+ 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