mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Ensure that keycloak is up
This commit is contained in:
@@ -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 }}"
|
Reference in New Issue
Block a user