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 e53da61 commit 08a275dCopy full SHA for 08a275d
tasks/runtime.yml
@@ -108,7 +108,8 @@
108
state: "{{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
109
when: openhpc_enable.database | default(false) | bool
110
111
-- meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
+- name: flush handler
112
+ meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
113
114
- name: Ensure Slurm service state
115
service:
0 commit comments