From b02bf095d0d7329f5c724e984e723e3458b6492d Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 17 May 2024 13:27:06 +1000 Subject: [PATCH] check hosts file --- .github/workflows/acceptance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/acceptance.yaml b/.github/workflows/acceptance.yaml index c5e8426a..4490f91c 100644 --- a/.github/workflows/acceptance.yaml +++ b/.github/workflows/acceptance.yaml @@ -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