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 a668ae9 commit e216d3dCopy full SHA for e216d3d
playbooks/roles/slurm/tasks/compute-rack-aware.yml
@@ -89,7 +89,7 @@
89
90
- name: Set RackID fact
91
set_fact:
92
- rackID: "{{ rackID_script.stdout[1:-1]}}"
+ rackID: "{{ rackID_script.stdout[1:-41]}}"
93
94
- name: Get nodes from Inactive Switch
95
vars:
playbooks/roles/slurm/tasks/destroy-rack-aware.yml
@@ -82,7 +82,7 @@
82
83
- name: Get RackID
84
85
86
87
- name: Get rackIDs
88
0 commit comments