Skip to content

Commit

Permalink
Rename client log for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Feb 27, 2024
1 parent 63b1d80 commit 112a9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tasks:
- name: Run the Client
ansible.builtin.shell:
cmd: "/root/oblishard/client -duration 30 -conf /root/oblishard -output /root/oblishard/output.txt -logpath /root/oblishard/client.txt"
cmd: "/root/oblishard/client -duration 20 -conf /root/oblishard -output /root/oblishard/output.txt -logpath /root/oblishard/client.log"
- name: Get the output
ansible.builtin.fetch:
src: "/root/oblishard/output.txt"
Expand Down

0 comments on commit 112a9ef

Please sign in to comment.