From 7283c2894f54147971b399869ec8ca81220e6219 Mon Sep 17 00:00:00 2001 From: Philipp Boenninghausen Date: Fri, 13 Sep 2024 09:57:19 +0200 Subject: [PATCH] Debug ansible errors --- .github/workflows/socbed-systemtest-dev.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/socbed-systemtest-dev.yml b/.github/workflows/socbed-systemtest-dev.yml index 58ffddd..19cd97b 100644 --- a/.github/workflows/socbed-systemtest-dev.yml +++ b/.github/workflows/socbed-systemtest-dev.yml @@ -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: