Skip to content

Commit

Permalink
You should cat hosts file for debugging not exec it
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 9, 2025
1 parent 601b812 commit 2caef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2caef6b

Please sign in to comment.