Skip to content

Commit

Permalink
Debug ansible errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Boenninghausen committed Sep 13, 2024
1 parent b56a38e commit 7283c28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/socbed-systemtest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Check Python and Ansible path
run: |
which python
which ansible-playbook
ansible-playbook --version
- name: Build Internet Router
uses: nick-invision/retry@v3
with:
Expand Down

0 comments on commit 7283c28

Please sign in to comment.