Solved oauth2 path bugs

This commit is contained in:
2025-07-17 05:49:45 +02:00
parent bfc42ce2ac
commit fd637c58e3
3 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
# Better load the repositories into /opt/docker/[servicename]/services, build them there and then use a docker-compose file for customizing
# @todo Refactor\Remove
# @deprecated
- name: "Merge detached_files with applications | get_app_conf('oauth2-proxy' 'configuration_file')"
- name: "Merge detached_files with applications | get_app_conf('oauth2-proxy','configuration_file')"
set_fact:
merged_detached_files: "{{ detached_files + [applications | get_app_conf('oauth2-proxy' 'configuration_file')] }}"
merged_detached_files: "{{ detached_files + [applications | get_app_conf('oauth2-proxy','configuration_file')] }}"
when: "{{ applications | get_app_conf(application_id,'features.oauth2')"
- name: "backup detached files"