Re: [PATCH] bootlinux: fix 9p install-deps OS dispatch

Daniel Gomez <[email protected]> Tue, 26 May 2026 13:09:28 +0200
Newsgroups dev.linux.lists.kdevops
Message-ID <177979373878.64417.3895461822792454918.b4-ty@b4>
From: Daniel Gomez <[email protected]>


On Tue, 19 May 2026 15:46:54 +0200, Daniel Gomez wrote:
> The 9p build path delegates install-deps to localhost but the
> install-deps dispatcher consults ansible_os_family, which under
> delegate_to resolves to the play target's facts (the guest), not
> the delegate's. On a Debian controller with a Fedora guest the
> RedHat branch runs and dnf executes on the Debian controller.
> 
> Gather localhost's facts via delegate_facts: true and dispatch
> three explicit per-distro imports off hostvars['localhost']. The
> same lookup replaces the equivalent expression on the b4
> pip-install skip immediately below.
> 
> [...]

Applied.

[1/1] bootlinux: fix 9p install-deps OS dispatch
      commit: a81b18438512916a3cc01a8215442db855bb2bbb

Best regards,
-- 
Daniel Gomez <[email protected]>