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 a36732e commit 44dd0fdCopy full SHA for 44dd0fd
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_device) in ['volume', 'network']
+ when: item.type | default(libvirt_volume_default_type) in ['volume', 'network']
31
environment: "{{ libvirt_vm_script_env }}"
32
register: volume_result
33
changed_when:
@@ -48,4 +48,3 @@
48
- volume_result_network.rc == 1
49
check_mode: False
50
become: true
51
-
0 commit comments