File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ postgres_major:
99# Full version strings for each major version
1010postgres_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
1515pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function waitfor_boot_finished {
2222}
2323
2424function 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}
You can’t perform that action at this time.
0 commit comments