Skip to content

Commit 5c784c5

Browse files
committed
make slurm db service consistent
1 parent 7358916 commit 5c784c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
- name: Ensure Slurm database service started
5656
ansible.builtin.systemd:
57-
name: mysql
57+
name: "{{ openhpc_slurm_accounting_storage_service }}"
5858
state: started
5959
when: _openhpc_slurmdb_state.changed | default(false)
6060

0 commit comments

Comments
 (0)