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 0ca5b0f commit a3275a7Copy full SHA for a3275a7
tasks/upgrade.yml
@@ -26,12 +26,12 @@
26
# If -u option doesn't exist it can't be a major upgrade due to existing
27
# appliance version
28
# Otherwise from manpage, rc 0 = no conversion, 1 = conversion required
29
- # Default skips upgrade steps if slurmdbd is running or db not initialised
+ # Default skips upgrade steps if skipped check because db is not initialised
30
set_fact:
31
_openhpc_slurmdb_upgrade: >-
32
{{ false
33
if (
34
- ( _openhpc_slurmdbd_check.rc | default(0) )
+ ( _openhpc_slurmdbd_check.rc | default(0) == 0)
35
or
36
( "'Usage: slurmdbd' in _openhpc_slurmdbd_check.stderr" )
37
) else
0 commit comments