From 4512a2afaace5220d21315a64f0aa243f5112d6f Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 26 Oct 2022 21:43:44 -0400 Subject: [PATCH] vars/debian-12.yml: postgresql_version: 15 --- vars/debian-12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/debian-12.yml b/vars/debian-12.yml index 3e22cd07e..50042fd50 100644 --- a/vars/debian-12.yml +++ b/vars/debian-12.yml @@ -18,6 +18,6 @@ mysql_service: mariadb sshd_package: openssh-server sshd_service: ssh php_version: 8.1 -postgresql_version: 14 +postgresql_version: 15 systemd_location: /lib/systemd/system python_ver: "3.10"