Files
computer-playbook/roles/web-app-minio/tasks
Kevin Veen-Birkenbach 5a65410dd8 Fix: Avoid loop variable collision in MinIO front-proxy include
Replaced default 'item' with explicit loop variable 'minio_proxy' to prevent
conflicts with inner roles (e.g., sys-stk-front-proxy using with_first_found).

This resolves the undefined variable error and removes the Ansible warning
about the loop variable already being in use.

Reference: https://chatgpt.com/share/692c5778-2b24-800f-b203-5b6b2c9b1d4b
2025-11-30 15:41:17 +01:00
..