diff options
Diffstat (limited to 'benchmarks/playbooks/fio.yaml')
-rw-r--r-- | benchmarks/playbooks/fio.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/playbooks/fio.yaml b/benchmarks/playbooks/fio.yaml index b0774fca..f1d54fde 100644 --- a/benchmarks/playbooks/fio.yaml +++ b/benchmarks/playbooks/fio.yaml @@ -67,11 +67,11 @@ connection: local tasks: - name: extracting_json - shell: ( find ../../{{Dest_dir}}/fio/fio_temp/ -name "*.json" | xargs cp -t ../../{{Dest_dir}}/fio/) + shell: (find ../../{{Dest_dir}}/fio/fio_temp/ -name "*.json" | xargs cp -t ../../{{Dest_dir}}/fio/) - name: making_logs_folder shell: mkdir -p ../../{{Dest_dir}}/fio/logs - name: extracting_log - shell: ( find ../../{{Dest_dir}}/fio/fio_temp/ -name "*.log" | xargs cp -t ../../{{Dest_dir}}/fio/logs) + shell: (find ../../{{Dest_dir}}/fio/fio_temp/ -name "*.log" | xargs cp -t ../../{{Dest_dir}}/fio/logs) - name: removing fio_log shell: rm -rf ../../{{Dest_dir}}/fio/fio_temp |