add ansible debug

This commit is contained in:
Matt Reeves 2024-12-05 21:43:02 -05:00
parent 2f157b8ae8
commit 2376303992

View file

@ -11,6 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Debug Repository Contents
run: |
pwd
ls -R
- name: Fetch all history for git diff
run: git fetch --depth=2