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 55914fe commit 0ca5b0fCopy full SHA for 0ca5b0f
tasks/upgrade.yml
@@ -7,8 +7,9 @@
7
login_db: "{{ openhpc_slurmdbd_mysql_database }}"
8
login_user: "{{ openhpc_slurmdbd_mysql_username }}"
9
login_password: "{{ openhpc_slurmdbd_mysql_password }}"
10
- login_host: "{{ openhpc_slurm_accounting_storage_host }}"
+ login_host: "{{ openhpc_slurmdbd_host }}"
11
query: SHOW TABLES
12
+ config_file: ''
13
register: _openhpc_slurmdb_tables
14
15
- name: Check if slurm database requires an upgrade
0 commit comments