Skip to content

Commit 4066b0d

Browse files
committed
feat: ensure that nfs clients are available on the QEMU artifact
1 parent fc59218 commit 4066b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postgres_major:
99
# Full version strings for each major version
1010
postgres_release:
1111
postgresorioledb-17: "17.0.1.037-orioledb"
12-
postgres15: "15.8.1.041"
12+
postgres15: "15.8.1.042"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

ebssurrogate/scripts/qemu-bootstrap-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function waitfor_boot_finished {
2222
}
2323

2424
function install_packages {
25-
apt-get update && sudo apt-get install software-properties-common e2fsprogs -y
25+
apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common -y
2626
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
2727
ansible-galaxy collection install community.general
2828
}

0 commit comments

Comments
 (0)