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.
2 parents 116e624 + ca5db7b commit 42735e8Copy full SHA for 42735e8
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