♻️: use release name instead of major versions

This commit is contained in:
VC
2025-02-02 08:00:41 +01:00
parent f0bb32c910
commit b7a496a82c
2 changed files with 10 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
postgres_pg_versions:
Debian:
"9": 9.6
"10": 11
"11": 13
"12": 15
"buster": 11
"bullseye": 13
"bookworm": 15
"trixie": 17
postgres_pg_version: "{{ postgres_pg_versions[ansible_os_family][ansible_distribution_major_version] }}"
postgres_pg_version: "{{ postgres_pg_versions[ansible_os_family][ansible_distribution_release] }}"