mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved OAuth2 Bug
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user