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 03f7229 commit 0cb0e2aCopy full SHA for 0cb0e2a
tasks/runtime.yml
@@ -116,7 +116,8 @@
116
state: "{{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
117
when: openhpc_enable.database | default(false) | bool
118
119
-- meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
+- name: flush handler
120
+ meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
121
122
- name: Ensure Slurm service state
123
service:
0 commit comments