Solved OAuth2 Bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-08 14:03:51 +02:00
parent 36ff93e64e
commit 9cbd2d4f4b
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 2 additions and 2 deletions

View File

@ -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" }}

View File

@ -1,4 +1,4 @@
# Role: docker-container
# Docker Container
## Description