Skip to content

Commit d13fad7

Browse files
committed
Fix execution on a remote host with a local image
1 parent d7ad6de commit d13fad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/volumes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
copy:
1111
src: "{{ item }}"
1212
dest: "{{ libvirt_vm_image_cache_path }}/{{ item | basename }}"
13+
remote_src: true
1314
with_items: "{{ volumes | selectattr('image', 'defined') | map(attribute='image') | list }}"
1415
when: "'http' not in item"
1516

0 commit comments

Comments
 (0)