Skip to content

Commit 24cf5d7

Browse files
committed
chore: also remove ansible package + ppa
1 parent 0c1e489 commit 24cf5d7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.136-rc1"
1+
postgres-version = "15.6.1.136-rc2"

scripts/90-cleanup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ elif [ -n "$(command -v apt-get)" ]; then
3636
libicu-dev \
3737
libcgal-dev \
3838
libgcc-9-dev \
39-
libgcc-8-dev
39+
libgcc-8-dev \
40+
ansible
41+
42+
add-apt-repository --yes --remove ppa:ansible/ansible
4043

4144
source /etc/os-release
4245
apt-get -y remove --purge linux-headers-5.11.0-1021-aws

0 commit comments

Comments
 (0)