mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
used set_fact
This commit is contained in:
parent
a6afbaff38
commit
cb9a7b2ade
@ -3,7 +3,7 @@
|
|||||||
# @todo Refactor\Remove
|
# @todo Refactor\Remove
|
||||||
# @deprecated
|
# @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:
|
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
|
when: applications[application_id].get('features', {}).get('oauth2', False) | bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user