CPERF: Fix path issue with cirros uploading
[releng.git] / jjb / cperf / cirros-upload.yaml.ansible
index bdf5c55..4be2dff 100644 (file)
@@ -2,7 +2,7 @@
 - hosts: all
   tasks:
     - copy:
-        src: "{{ item }}"
+        src: "{{ lookup('env', 'WORKSPACE') }}/{{ item }}"
         dest: "/home/heat-admin/{{ item }}"
         owner: heat-admin
         group: heat-admin