used set_fact

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-15 18:17:42 +02:00
parent a6afbaff38
commit cb9a7b2ade
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -3,7 +3,7 @@
# @todo Refactor\Remove
# @deprecated
- name: "Merge detached_files with applications['oauth2-proxy'].configuration_file"
ansible.builtin.set_fact:
set_fact:
merged_detached_files: "{{ detached_files + [applications['oauth2-proxy'].configuration_file] }}"
when: applications[application_id].get('features', {}).get('oauth2', False) | bool