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
Copy file name to clipboardExpand all lines: playbooks/roles/slurm/tasks/server.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,6 @@
154
154
notify: restart slurm server
155
155
when: initial | bool
156
156
157
-
- name: run handlers
158
-
meta: flush_handlers
159
-
160
157
- name: add alias for node status
161
158
lineinfile:
162
159
path: '/home/{{ ansible_user }}/.bashrc'
@@ -191,6 +188,10 @@
191
188
run_once: true
192
189
notify: reconfigure slurm
193
190
191
+
192
+
- name: run handlers
193
+
meta: flush_handlers
194
+
194
195
- name: Generate a list of types to check
195
196
vars:
196
197
temp_list: "{% for partition in queues %}{% for instancetype in partition.instance_types %}{{partition.name}}-{{instancetype.instance_keyword}},{% endfor %}{% endfor %}"
0 commit comments