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 534a51b commit deaafb9Copy full SHA for deaafb9
tasks/volumes.yml
@@ -14,7 +14,7 @@
14
checksum: "{{ item.checksum | default(omit) }}"
15
remote_src: true
16
with_items: "{{ volumes | selectattr('image', 'defined') | list }}"
17
- when: "'http' not in item"
+ when: "'http' not in item.image"
18
19
- name: Ensure the VM disk volumes exist
20
script: >
0 commit comments