openfun / arnold

:construction_worker_woman: Deploy your applications to Kubernetes with Ansible
MIT License
41 stars 8 forks source link

🐛(apps) skip app filtering when `apps_filter` is empty #789

Closed wilbrdt closed 6 months ago

wilbrdt commented 6 months ago

Purpose

The set_vars playbook attempted to filter apps even when no specific apps were provided for filtering (e.g. with an empty apps_filter).

Proposal

Thus, we now require the apps_filter extra var to be defined and not empty.