update(postgresql): bump to version 17.5, 16.9, 15.13 and 14.18

This commit is contained in:
2025-07-12 21:29:05 +02:00
parent 3d290a83c7
commit 8b5f1f2d6b

View File

@ -4,10 +4,10 @@ postgresql_version: >-2
{{ postgresql_versions[postgresql_major_version | string] }} {{ postgresql_versions[postgresql_major_version | string] }}
postgresql_major_version: 16 postgresql_major_version: 16
postgresql_versions: postgresql_versions:
"17": "17.2" "17": "17.5"
"16": "16.6" "16": "16.9"
"15": "15.10" "15": "15.13"
"14": "14.15" "14": "14.18"
postgresql_config_path: >-2 postgresql_config_path: >-2
/etc/postgresql/{{ postgresql_major_version }} /etc/postgresql/{{ postgresql_major_version }}