Commit 787febf
committed
gen_hosts: fix inventory path for dedicated mmtests workflow
The dedicated mmtests workflow generation was using kdevops_hosts
variable instead of ansible_cfg_inventory, causing the generated
hosts file to be placed in the wrong location. This resulted in
ansible not finding the correct inventory for mmtests runs.
Use ansible_cfg_inventory which correctly points to the inventory
path configured in ansible.cfg, ensuring the generated hosts file
is placed where ansible expects it.
Fixes: 0987c30 ("gen_hosts: add initial support for dedicated mmtests workflow")
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>1 parent f347eb1 commit 787febf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments