From 259a8b4627d815a55e5cf929266a53bc58b9df73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20V=C3=A1vra?= Date: Wed, 5 Jun 2024 13:33:43 +0200 Subject: [PATCH] ci: Print ansible version info. --- .github/actions/install-dependencies/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 15149cb..d0b0d8a 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -15,6 +15,8 @@ runs: run: | podman --version crun --version + ansible --version + ansible-config dump --only-changed -t all - name: Workaround https://github.com/actions/runner-images/issues/7753 shell: bash