Skip to content

Commit 0cb0e2a

Browse files
committed
fix linting
1 parent 03f7229 commit 0cb0e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
state: "{{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
117117
when: openhpc_enable.database | default(false) | bool
118118

119-
- meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
119+
- name: flush handler
120+
meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
120121

121122
- name: Ensure Slurm service state
122123
service:

0 commit comments

Comments
 (0)