Skip to content

Commit 0ca5b0f

Browse files
committed
fix mariadb connections
1 parent 55914fe commit 0ca5b0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/upgrade.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
login_db: "{{ openhpc_slurmdbd_mysql_database }}"
88
login_user: "{{ openhpc_slurmdbd_mysql_username }}"
99
login_password: "{{ openhpc_slurmdbd_mysql_password }}"
10-
login_host: "{{ openhpc_slurm_accounting_storage_host }}"
10+
login_host: "{{ openhpc_slurmdbd_host }}"
1111
query: SHOW TABLES
12+
config_file: ''
1213
register: _openhpc_slurmdb_tables
1314

1415
- name: Check if slurm database requires an upgrade

0 commit comments

Comments
 (0)