mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-21 17:46:24 +02:00
Solved OAuth2 Bug
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
{% include 'roles/docker-redis/templates/service.yml.j2' %}
|
{% include 'roles/docker-redis/templates/service.yml.j2' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# Load OAuth2 Proxy #}
|
{# Load OAuth2 Proxy #}
|
||||||
{% if not applications | is_feature_enabled('oauth2',application_id) %}
|
{% if applications | is_feature_enabled('oauth2',application_id) %}
|
||||||
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
|
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "\n" }}
|
{{ "\n" }}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Role: docker-container
|
# Docker Container
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user