We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926ebb commit f0fcbe6Copy full SHA for f0fcbe6
tasks/runtime.yml
@@ -127,7 +127,11 @@
127
changed_when: true
128
when:
129
- 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
+ - [
131
+ hostvars[openhpc_slurm_control_host].ohpc_slurm_conf.changed,
132
+ hostvars[openhpc_slurm_control_host].ohpc_gres_conf.changed,
133
+ hostvars[openhpc_slurm_control_host].ohpc_cgroup_conf.changed,
134
+ ] is any # noqa no-handler
135
notify:
136
- Restart slurmd service
137
0 commit comments