Skip to content
Snippets Groups Projects
Commit 6ed52ae1 authored by ale's avatar ale
Browse files

Fix

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