From 6ed52ae1c7cbb3ce9543341f62b654e273de92f5 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 16 Mar 2025 19:54:27 +0000
Subject: [PATCH] Fix

---
 roles/float-infra-nginx/tasks/api-proxy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/float-infra-nginx/tasks/api-proxy.yml b/roles/float-infra-nginx/tasks/api-proxy.yml
index 6f1abac6..05b5e3ac 100644
--- a/roles/float-infra-nginx/tasks/api-proxy.yml
+++ b/roles/float-infra-nginx/tasks/api-proxy.yml
@@ -1,7 +1,7 @@
 ---
 
 - 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
   copy:
-- 
GitLab