Closed wilbrdt closed 8 months ago
The set_vars playbook attempted to filter apps even when no specific apps were provided for filtering (e.g. with an empty apps_filter).
set_vars
apps_filter
Thus, we now require the apps_filter extra var to be defined and not empty.
Purpose
The
set_vars
playbook attempted to filter apps even when no specific apps were provided for filtering (e.g. with an emptyapps_filter
).Proposal
Thus, we now require the
apps_filter
extra var to be defined and not empty.