Skip to content

Commit 84e8c0f

Browse files
committed
tidy slurmd restart line
1 parent 4926ebb commit 84e8c0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/runtime.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
changed_when: true
128128
when:
129129
- openhpc_slurm_control_host in ansible_play_hosts
130-
- hostvars[openhpc_slurm_control_host].ohpc_slurm_conf.changed or hostvars[openhpc_slurm_control_host].ohpc_gres_conf.changed # noqa no-handler
130+
- hostvars[openhpc_slurm_control_host].ohpc_slurm_conf.changed or
131+
hostvars[openhpc_slurm_control_host].ohpc_cgroup_conf.changed or
132+
hostvars[openhpc_slurm_control_host].ohpc_gres_conf.changed # noqa no-handler
131133
notify:
132134
- Restart slurmd service
133135

0 commit comments

Comments
 (0)