File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
destroy_unreachable/tasks Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 249249- name : change Node Status
250250 become : true
251251 command : " scontrol update nodename={{ item }} state=future reason=terminating"
252- ignore_errors : force
252+ ignore_errors : true
253253 ignore_unreachable : True
254254 with_items : " {{unreachable_slurm_nodes}}"
255255 delegate_to : 127.0.0.1
Original file line number Diff line number Diff line change 139139- name : change Node Status
140140 become : true
141141 command : " scontrol update nodename={{ item }} state=future reason=terminating"
142- ignore_errors : force
142+ ignore_errors : true
143143 ignore_unreachable : True
144144 with_items : " {{unreachable_slurm_nodes}}"
145145 delegate_to : 127.0.0.1
Original file line number Diff line number Diff line change 22- name : change Node Status
33 become : true
44 command : " scontrol update nodename={{ ansible_hostname }} state=future reason=terminating"
5- ignore_errors : force
5+ ignore_errors : true
66 ignore_unreachable : True
77 delegate_to : 127.0.0.1
88
Original file line number Diff line number Diff line change 112112- name : change Node Status
113113 become : true
114114 command : " scontrol update nodename={{ ansible_hostname }} state=future reason=terminating"
115- ignore_errors : force
115+ ignore_errors : true
116116 ignore_unreachable : True
117117 delegate_to : 127.0.0.1
118118
You can’t perform that action at this time.
0 commit comments