We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dbe46 commit 797566eCopy full SHA for 797566e
ansible/roles/hpctests/tasks/pingpong.yml
@@ -48,7 +48,7 @@
48
49
- name: Plot image
50
shell:
51
- cmd: "python {{lookup('env', 'APPLIANCES_REPO_ROOT') }}/ansible/roles/hpctests/files/plot_imb_pingpong.py {{ _pingpong_local_output }}"
+ cmd: "python {{ role_path }}/files/plot_imb_pingpong.py {{ _pingpong_local_output }}"
52
creates: "{{ _pingpong_local_output | dirname }}/latency.png"
53
register: _pingpong_plot
54
delegate_to: localhost
0 commit comments