Skip to content

Commit deaafb9

Browse files
authored
Update volumes.yml
1 parent 534a51b commit deaafb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/volumes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
checksum: "{{ item.checksum | default(omit) }}"
1515
remote_src: true
1616
with_items: "{{ volumes | selectattr('image', 'defined') | list }}"
17-
when: "'http' not in item"
17+
when: "'http' not in item.image"
1818

1919
- name: Ensure the VM disk volumes exist
2020
script: >

0 commit comments

Comments
 (0)