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
line: "SLURMD_OPTIONS='{{ slurmd_options_configless if openhpc_slurm_configless | bool else slurmd_options }}'"
176
179
regexp: "^SLURMD_OPTIONS="
177
180
create: yes
178
181
owner: root
179
182
group: root
180
183
mode: 0644
181
184
when:
182
185
- openhpc_enable.batch | default(false)
183
-
- openhpc_slurm_configless | bool
184
186
notify:
185
187
- Restart slurmd service
186
188
# Reloading is sufficent, but using a single handler means no bounce. Realistically this won't regularly change on a running slurmd so restarting is ok.
0 commit comments