chore: use Postgres 12 as default #2

Merged
xoxys merged 2 commits from default-12 into master 2021-11-28 14:27:46 +01:00
Showing only changes of commit f8343ad5e5 - Show all commits

View File

@ -1,6 +1,6 @@
--- ---
postgres_repository_enabled: False postgres_repository_enabled: False
postgres_version: 10 postgres_version: 12
postgres_repository_filename: "Postgresql-{{ postgres_version | regex_replace('\\.') }}" postgres_repository_filename: "Postgresql-{{ postgres_version | regex_replace('\\.') }}"
postgres_user: postgres postgres_user: postgres
postgres_group: postgres postgres_group: postgres