From 72f53b4d7b874e9a8021501858bc459d7b5fba93 Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 11 May 2023 19:42:06 +0300 Subject: [PATCH] use postgresql 15.3 --- defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index e67f9c1..6cc9ddf 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -1,4 +1,4 @@ -postgresql_version: "15.2" +postgresql_version: "15.3" # Options postgresql_install_official_repo: true