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 d7ad6de commit d13fad7Copy full SHA for d13fad7
tasks/volumes.yml
@@ -10,6 +10,7 @@
10
copy:
11
src: "{{ item }}"
12
dest: "{{ libvirt_vm_image_cache_path }}/{{ item | basename }}"
13
+ remote_src: true
14
with_items: "{{ volumes | selectattr('image', 'defined') | map(attribute='image') | list }}"
15
when: "'http' not in item"
16
0 commit comments