aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/cachebench.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/playbooks/cachebench.yaml')
-rw-r--r--benchmarks/playbooks/cachebench.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/cachebench.yaml b/benchmarks/playbooks/cachebench.yaml
index 510812bd..ebd0e172 100644
--- a/benchmarks/playbooks/cachebench.yaml
+++ b/benchmarks/playbooks/cachebench.yaml
@@ -33,6 +33,6 @@
shell: (cd /root/results/; find . -maxdepth 1 -type f) | cut -d'/' -f2
register: files_to_copy
- name: copy results
- fetch: src=/root/results/{{item}} dest=../../{{Dest_dir}}/cachebench
+ fetch: src=/root/results/{{item}} dest={{workingdir}}/{{Dest_dir}}/cachebench
with_items: files_to_copy.stdout_lines