Skip to content

Commit 797566e

Browse files
committed
make pingpong plotting independent of role path
1 parent f7dbe46 commit 797566e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/hpctests/tasks/pingpong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
- name: Plot image
5050
shell:
51-
cmd: "python {{lookup('env', 'APPLIANCES_REPO_ROOT') }}/ansible/roles/hpctests/files/plot_imb_pingpong.py {{ _pingpong_local_output }}"
51+
cmd: "python {{ role_path }}/files/plot_imb_pingpong.py {{ _pingpong_local_output }}"
5252
creates: "{{ _pingpong_local_output | dirname }}/latency.png"
5353
register: _pingpong_plot
5454
delegate_to: localhost

0 commit comments

Comments
 (0)