add bookworm support

This commit is contained in:
nd 2023-06-17 22:35:44 +02:00
parent feee78918c
commit 23795e06ac
No known key found for this signature in database
GPG key ID: 089EAC11F59D1863
2 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
pg_version: "{% if ansible_distribution_release == 'stretch' %}9.6{% endif %}{% if ansible_distribution_release == 'buster' %}11{% endif %}{%if ansible_distribution_release == 'bullseye' %}13{% endif %}"
pg_version: "{{ distro_pg_version_mapping[ansible_distribution_release] }}"