mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 17:26:42 +02:00
Added web-svc-logout as dependency for keycloak
This commit is contained in:
parent
cc2c1dc730
commit
eadcb62f2a
@ -2,6 +2,11 @@
|
|||||||
- name: "create import files for {{ application_id }}"
|
- name: "create import files for {{ application_id }}"
|
||||||
include_tasks: 01_import.yml
|
include_tasks: 01_import.yml
|
||||||
|
|
||||||
|
- name: "load required 'web-svc-logout' for {{ application_id }}"
|
||||||
|
include_role:
|
||||||
|
name: web-svc-logout
|
||||||
|
when: run_once_web_svc_logout is not defined
|
||||||
|
|
||||||
- name: "load docker, db and proxy for {{ application_id }}"
|
- name: "load docker, db and proxy for {{ application_id }}"
|
||||||
include_role:
|
include_role:
|
||||||
name: cmp-db-docker-proxy
|
name: cmp-db-docker-proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user