Implemented README.md's und meta/main.yml and solved bugs

This commit is contained in:
2025-04-08 12:55:53 +02:00
parent a13bd1883e
commit adecee43ec
8 changed files with 98 additions and 93 deletions

View File

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