Skip to content

Commit f4c6b6a

Browse files
committed
fix(workflow): add missing inventory file parameter to test-upgrade-legacy.yaml
Added the `--inventoryfile` parameter to the `peadm::get_peadm_config` task in the `test-upgrade-legacy.yaml` workflow. This ensures the task runs with the correct inventory context.
1 parent 355cd0b commit f4c6b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-upgrade-legacy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
compiler=$(yq '.groups[].targets[] | select(.vars.role == "compiler") | .name' spec/fixtures/litmus_inventory.yaml | head -n 1)
135135
bundle exec bolt task run peadm::get_peadm_config \
136136
--targets $primary \
137+
--inventoryfile spec/fixtures/litmus_inventory.yaml \
137138
--modulepath spec/fixtures/modules \
138139
--no-host-key-check \
139140
--format json > peadm_config.json

0 commit comments

Comments
 (0)