: add koillection

This commit is contained in:
VC
2025-03-02 14:17:44 +01:00
parent 4bf895ceab
commit 123e62ffac
8 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
postgres_pg_versions:
Debian:
"buster": 11
"bullseye": 13
"bookworm": 15
"trixie": 17
postgres_pg_version: "{{ postgres_pg_versions[ansible_os_family][ansible_distribution_release] }}"