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 f881ee6 commit 174ed50Copy full SHA for 174ed50
ansible/roles/hpctests/tasks/pingmatrix.yml
@@ -34,7 +34,7 @@
34
# Note this still doesn't fix any non-unique names but we should get a length mis-match at least with that.
35
# although this looks a bit crazy:
36
- name: Expand node list
37
- shell: "scontrol show hostnames {{ openhpc_tests_nodes if openhpc_tests_nodes is defined else (hpctests_computes.stdout_lines | join(',')) }}"
+ shell: "scontrol show hostnames {{ hpctests_nodes if hpctests_nodes is defined else (hpctests_computes.stdout_lines | join(',')) }}"
38
register: scontrol_hostnames
39
40
- name: Create sorted node expression
0 commit comments