Update to 2023-06-17 00:00

This commit is contained in:
Daniel Berteaud
2023-06-17 00:00:17 +02:00
parent c372232c99
commit 0df76a72de
6 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
---
pg_packages:
- postgresql{{ (pg_version != 'default') | ternary(pg_version | string,'') }}
- postgresql{{ (pg_version != 'default') | ternary(pg_version | string,'') }}-server
- postgresql{{ (pg_version != 'default') | ternary(pg_version | string,'') }}-contrib
- python3-psycopg2