From 01c57554233cbddfc0b252a771da5647a933955a Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 22 Nov 2023 13:15:55 +0300 Subject: [PATCH] update to postgresql 15.5 --- defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index 42c03a2..b280537 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -1,4 +1,4 @@ -postgresql_version: "15.4" +postgresql_version: "15.5" # Options postgresql_install_official_repo: true