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 116e624 commit ca5db7bCopy full SHA for ca5db7b
tasks/check_pg_version_mismatch.yml
@@ -9,6 +9,7 @@
9
changed_when: false
10
failed_when: postgresql_binary_version.stdout == ""
11
register: postgresql_binary_version
12
+ check_mode: no
13
14
# Check database version
15
- name: PostgreSQL | Check database version
@@ -19,6 +20,7 @@
19
20
21
failed_when: postgresql_database_version.stdout == ""
22
register: postgresql_database_version
23
24
25
# If versions do not match, then restart PostgreSQL
26
- name: PostgreSQL | Verify binary and database versions match
0 commit comments