diff options
Diffstat (limited to 'benchmarks/playbooks/cachebench.yaml')
-rw-r--r-- | benchmarks/playbooks/cachebench.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/cachebench.yaml b/benchmarks/playbooks/cachebench.yaml index 4569d4af..510812bd 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=../../{{Dest_dir}}/cachebench with_items: files_to_copy.stdout_lines |