From cb9a7b2adea43f49ac5822e4e02963bc2aa4b58c Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 15 Jul 2025 18:17:42 +0200 Subject: [PATCH] used set_fact --- tasks/utils/update-repository-with-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/utils/update-repository-with-files.yml b/tasks/utils/update-repository-with-files.yml index 212ab875..f40902ff 100644 --- a/tasks/utils/update-repository-with-files.yml +++ b/tasks/utils/update-repository-with-files.yml @@ -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