Skip to content

Commit

Permalink
fix(workflow): add missing inventory parameter to test-upgrade-legacy…
Browse files Browse the repository at this point in the history
… job

- Add `--inventory` parameter to the `bolt plan run` command
- Ensure correct inventory file is used during the job execution
  • Loading branch information
CoMfUcIoS committed Sep 19, 2024
1 parent a97d822 commit aca3a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-upgrade-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
echo ::endgroup::
echo ::group::certnames
bundle exec bolt plan run peadm_spec::add_inventory_hostnames \
--inventory spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
--no-host-key-check \
inventory_file=spec/fixtures/litmus_inventory.yml
Expand Down

0 comments on commit aca3a05

Please sign in to comment.