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 0c1e489 commit 24cf5d7Copy full SHA for 24cf5d7
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.136-rc1"
+postgres-version = "15.6.1.136-rc2"
scripts/90-cleanup.sh
@@ -36,7 +36,10 @@ elif [ -n "$(command -v apt-get)" ]; then
36
libicu-dev \
37
libcgal-dev \
38
libgcc-9-dev \
39
- libgcc-8-dev
+ libgcc-8-dev \
40
+ ansible
41
+
42
+ add-apt-repository --yes --remove ppa:ansible/ansible
43
44
source /etc/os-release
45
apt-get -y remove --purge linux-headers-5.11.0-1021-aws
0 commit comments