Files
Sergiy Markin 3bbe38b3dc playbooks: fix DISTRO not passed to make in image build
Replace the >- block scalar in set_fact for _build_params with an inline
template to ensure the result is stored as a dict; when folded via
>-, combine() received a string and silently dropped DISTRO.

Pass _build_params to the verbose shell make run via `items() |
map('join', '=')`, matching how the make module passes params as
command-line variables.

Add a debug task for _build_params so DISTRO is visible in job logs.

Added time limits for waiting for service availability for setting up UI
port forwarding.

Change-Id: I860551cb9c40073083b21c15bf3162e32e8fab55
Signed-off-by: Sergiy Markin <smarkin@mirantis.com>
2026-05-14 03:05:30 +00:00
..
2024-12-21 07:06:40 +00:00