Skip to content

Commit aca3a05

Browse files
committed
fix(workflow): add missing inventory parameter to test-upgrade-legacy job
- Add `--inventory` parameter to the `bolt plan run` command - Ensure correct inventory file is used during the job execution
1 parent a97d822 commit aca3a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test-upgrade-legacy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
echo ::endgroup::
7878
echo ::group::certnames
7979
bundle exec bolt plan run peadm_spec::add_inventory_hostnames \
80+
--inventory spec/fixtures/litmus_inventory.yaml \
8081
--modulepath spec/fixtures/modules \
8182
--no-host-key-check \
8283
inventory_file=spec/fixtures/litmus_inventory.yml

0 commit comments

Comments
 (0)