Ensure that keycloak is up

This commit is contained in:
2025-08-08 17:25:31 +02:00
parent c7b25ed093
commit aae69ea15b
27 changed files with 74 additions and 47 deletions

View File

@@ -25,6 +25,9 @@
- include_tasks: utils/run_once.yml
when: run_once_svc_db_postgres is not defined
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
include_tasks: "{{ playbook_dir }}/roles/docker-compose/tasks/helpers/ensure.yml"
- name: "Initialize database for '{{ database_name }}'"
include_tasks: init.yml
when: "{{ postgres_init }}"