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 231b652 commit e6c30caCopy full SHA for e6c30ca
tasks/volumes.yml
@@ -12,7 +12,7 @@
12
src: "{{ item.image }}"
13
dest: "{{ libvirt_vm_image_cache_path }}/{{ item.image | basename }}"
14
checksum: "{{ item.checksum | default(omit) }}"
15
- remote_src: true
+ remote_src: "{{ item.remote_src | default(true) | bool }}"
16
with_items: "{{ volumes | selectattr('image', 'defined') | list }}"
17
when: "'http' not in item.image"
18
0 commit comments