diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6accca9..674abd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,12 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible lxml cryptography + - name: debug versions + run: | + which python + python -VV + ansible --version + ansible-config dump --only-changed -t all - name: run ansible test working-directory: ./test run: |