From f195d164d14918114e8fbca92cff836e88870fba Mon Sep 17 00:00:00 2001 From: footur <3769085+Footur@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:21:27 +0200 Subject: [PATCH] Enable Ansible verbosity in the CI test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92b530f..08bbd64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,3 +56,4 @@ jobs: env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' + ANSIBLE_VERBOSITY: '1'