Skip to content

Commit 08a275d

Browse files
committed
fix linting
1 parent e53da61 commit 08a275d

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
@@ -108,7 +108,8 @@
108108
state: "{{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}"
109109
when: openhpc_enable.database | default(false) | bool
110110

111-
- meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
111+
- name: flush handler
112+
meta: flush_handlers # as then subsequent "ensure" is a no-op if slurm services bounced
112113

113114
- name: Ensure Slurm service state
114115
service:

0 commit comments

Comments
 (0)