mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Ensure that keycloak is up
This commit is contained in:
5
roles/docker-compose/tasks/helpers/ensure.yml
Normal file
5
roles/docker-compose/tasks/helpers/ensure.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: "Load handlers without when condition. to guaranty that they are executed"
|
||||
import_role:
|
||||
name: docker-compose
|
||||
tasks_from: helpers/none
|
||||
handlers_from: main
|
1
roles/docker-compose/tasks/helpers/none.yml
Normal file
1
roles/docker-compose/tasks/helpers/none.yml
Normal file
@@ -0,0 +1 @@
|
||||
# Dummy file for handler import
|
@@ -16,7 +16,7 @@
|
||||
mode: '0755'
|
||||
with_dict: "{{ docker_compose.directories }}"
|
||||
|
||||
- name: "Include routines to set up a git repository based installaion for '{{application_id}}'."
|
||||
- name: "Include routines to set up a git repository based installation for '{{application_id}}'."
|
||||
include_tasks: "02_repository.yml"
|
||||
when: docker_pull_git_repository | bool
|
||||
|
||||
|
Reference in New Issue
Block a user