Solved oauth2 bug

This commit is contained in:
2025-07-09 22:45:08 +02:00
parent f3439861bb
commit 41d023abee
2 changed files with 4 additions and 5 deletions

View File

@@ -32,6 +32,5 @@
when: applications | is_feature_enabled('oauth2',application_id)
- name: "include the web-app-oauth2-proxy role {{domain}}"
include_role:
name: web-app-oauth2-proxy
include_tasks: "{{ playbook_dir }}/roles/web-app-oauth2-proxy/tasks/main.yml"
when: applications | is_feature_enabled('oauth2',application_id)