Skip to content

Commit

Permalink
show plans
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 16, 2024
1 parent 9eee652 commit c99759a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
run: |
echo -e 'groups:\n - name: pe\n targets:\n - localhost' > inventory.yaml
cat inventory.yaml
sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules task show
sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules task run service name=sshd action=status -t pe
# sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules plan run deploy_pe::provision_master -t pe version=2021.7.8
sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules plan show
# sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules task run service name=sshd action=status -t pe
sudo -E /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle exec bolt --modulepath spec/fixtures/modules plan run deploy_pe::provision_master -t pe version=2021.7.8
- name: run bootstrap task
run: |
Expand Down

0 comments on commit c99759a

Please sign in to comment.