From 2caef6baf3a09de19e40382a98933d7701267697 Mon Sep 17 00:00:00 2001 From: Jacob Hanafin Date: Thu, 9 Jan 2025 14:33:24 -0600 Subject: [PATCH] You should cat hosts file for debugging not exec it --- .github/workflows/reusable_integration_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_integration_testing.yml b/.github/workflows/reusable_integration_testing.yml index 772dffe..cc4dd53 100644 --- a/.github/workflows/reusable_integration_testing.yml +++ b/.github/workflows/reusable_integration_testing.yml @@ -108,7 +108,7 @@ jobs: - name: Check hosts.yml and ansible.cfg run: | - ./${{ inputs.os }}/hosts.yml + cat ./${{ inputs.os }}/hosts.yml cat ansible.cfg # - name: Run playbook