Skip to content

Commit

Permalink
feat: ensure that nfs clients are available on the QEMU artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Feb 21, 2025
1 parent fc59218 commit 4066b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postgres_major:
# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.037-orioledb"
postgres15: "15.8.1.041"
postgres15: "15.8.1.042"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion ebssurrogate/scripts/qemu-bootstrap-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function waitfor_boot_finished {
}

function install_packages {
apt-get update && sudo apt-get install software-properties-common e2fsprogs -y
apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common -y
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
ansible-galaxy collection install community.general
}
Expand Down

0 comments on commit 4066b0d

Please sign in to comment.