Skip to content

Commit

Permalink
check hosts file
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 17, 2024
1 parent ace8a56 commit b02bf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
run: |
echo -e 'groups:\n - name: pe\n targets:\n - localhost' > inventory.yaml
cat inventory.yaml
cat /etc/hosts
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 facts -t pe
Expand Down

0 comments on commit b02bf09

Please sign in to comment.