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 a112d56 commit eb24d46Copy full SHA for eb24d46
ansible/tasks/setup-postgres.yml
@@ -27,6 +27,9 @@
27
apt:
28
name: postgresql-{{ postgresql_major }}={{ postgresql_release }}-1.pgdg20.04+1
29
30
+- name: Hold postgres {{ postgresql_release }} from apt upgrade
31
+ shell: apt-mark hold postgresql-{{ postgresql_major }}
32
+
33
- name: Create symlink to /usr/lib/postgresql/bin
34
shell:
35
cmd: ln -s /usr/lib/postgresql/{{ postgresql_major }}/bin /usr/lib/postgresql/bin
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.86-rc0"
+postgres-version = "15.1.0.86-rc1"
0 commit comments