mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved oauth2 bugs and deactivated health-csp role temporary
This commit is contained in:
@@ -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.oauth2_proxy.configuration_file"
|
||||
- name: "Merge detached_files with applications['oauth2-proxy'].configuration_file"
|
||||
ansible.builtin.set_fact:
|
||||
merged_detached_files: "{{ detached_files + [applications.oauth2_proxy.configuration_file] }}"
|
||||
merged_detached_files: "{{ detached_files + [applications['oauth2-proxy'].configuration_file] }}"
|
||||
when: applications[application_id].get('features', {}).get('oauth2', False) | bool
|
||||
|
||||
- name: "backup detached files"
|
||||
|
Reference in New Issue
Block a user