You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: "scontrol show hostlistsorted {{inactive_list | union(nodes_to_remove) | join(',')}}"
62
+
register: new_inactive_list
63
+
run_once: true
64
+
delegate_to: 127.0.0.1
65
+
66
+
- name: Adding nodes to inactive
67
+
vars:
68
+
- keyword: "{% for partition in queues %}{% for instance in partition.instance_types %}{% if instance.name == instance_type %}{{instance.instance_keyword}}{% endif %}{% endfor %}{% endfor %}"
command: "scontrol show hostlistsorted {{inactive_list | union(nodes_to_remove) | join(',')}}"
165
-
register: new_inactive_list
166
-
run_once: true
167
-
delegate_to: 127.0.0.1
168
-
169
-
- name: Adding nodes to inactive
170
-
vars:
171
-
- keyword: "{% for partition in queues %}{% for instance in partition.instance_types %}{% if instance.name == instance_type %}{{instance.instance_keyword}}{% endif %}{% endfor %}{% endfor %}"
0 commit comments