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 6f99aab commit 2b4f23fCopy full SHA for 2b4f23f
2 files changed
ansible/postgresql-1-upgrade.yml
@@ -6,7 +6,7 @@
6
become: yes
7
gather_facts: no
8
vars:
9
- postgresql_1_image: postgres:18@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a # renovate
+ postgresql_1_image: postgres:18@sha256:270cac6290e2dbf63201faa0e474bfa391fdeba5c439326904d43753b6f3387c # renovate
10
tasks:
11
# --- Stop old container ---
12
- name: Stop and remove PostgreSQL container
ansible/roles/service-postgresql-1/defaults/main.yml
@@ -1 +1 @@
1
-postgresql_1_image: postgres:18@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a # renovate
+postgresql_1_image: postgres:18@sha256:270cac6290e2dbf63201faa0e474bfa391fdeba5c439326904d43753b6f3387c # renovate
0 commit comments