Added versions

This commit is contained in:
2025-01-20 18:29:40 +01:00
parent 77f4571316
commit 1a117e47b5
21 changed files with 69 additions and 28 deletions

View File

@@ -7,7 +7,7 @@
- name: Install PostgreSQL
docker_container:
name: central-postgres
image: "postgres:{{database_version}}"
image: "postgres:{{postgres_database_version}}"
detach: yes
env:
POSTGRES_PASSWORD: "{{ central_postgres_password }}"