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:
9
9
# Full version strings for each major version
10
10
postgres_release :
11
11
postgresorioledb-17 : " 17.0.1.037-orioledb"
12
- postgres15 : " 15.8.1.041 "
12
+ postgres15 : " 15.8.1.042 "
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function waitfor_boot_finished {
22
22
}
23
23
24
24
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
26
26
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
27
27
ansible-galaxy collection install community.general
28
28
}
You can’t perform that action at this time.
0 commit comments