mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Solved OAuth2 Bug
This commit is contained in:
parent
36ff93e64e
commit
9cbd2d4f4b
@ -9,7 +9,7 @@ services:
|
||||
{% include 'roles/docker-redis/templates/service.yml.j2' %}
|
||||
{% endif %}
|
||||
{# 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' %}
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Role: docker-container
|
||||
# Docker Container
|
||||
|
||||
## Description
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user