Commit 9789e95
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 ("Makefile: use inventory from ansible.cfg")
Generated-by: Claude AI
Reviewed-by: Daniel Gomez <[email protected]
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 9dfa6e3 commit 9789e95
File tree
3 files changed
+3
-2
lines changed- playbooks
- roles/gen_hosts
- tasks
- templates
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments