Skip to content
Snippets Groups Projects
Commit 7150ec7e authored by ale's avatar ale
Browse files

Fix Jinja2 filter, again

parent 5a471600
No related branches found
No related tags found
No related merge requests found
Pipeline #90332 passed with warnings
---
- set_fact:
api_proxy_auth_services: "{{ services.values() | selectattr('public_endpoints', 'defined') | map(attribute='public_endpoints') | flatten | selectattr('enable_api_proxy') | map(attribute='auth_service') }}"
api_proxy_auth_services: "{{ services.values() | selectattr('public_endpoints', 'defined') | map(attribute='public_endpoints') | flatten | selectattr('enable_api_proxy', 'defined') | selectattr('enable_api_proxy') | map(attribute='auth_service') }}"
- name: Configure api-proxy auth services
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment