Skip to content

Commit

Permalink
issue #115 - moere debug in test workflow ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 17, 2024
1 parent 35b55dc commit b4a95d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ jobs:
pip install ansible lxml cryptography
- name: debug versions
run: |
echo "which python ..."
which python
echo "python -VV ..."
python -VV
echo "pip list ..."
pip list
echo "ansible --version ..."
ansible --version
echo "ansible-config dump --only-changed -t all ..."
ansible-config dump --only-changed -t all
- name: run ansible test
working-directory: ./test
run: |
ansible-playbook test.yml
ansible-playbook -v test.yml

0 comments on commit b4a95d7

Please sign in to comment.