From 4a6b0e299c4f402ddb031fc19b2343cff4c0b422 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Tue, 14 Dec 2021 13:03:10 +0100 Subject: [PATCH] Add verbose ansible output to molecule --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9034acc..27f622a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: working-directory: ./ansible_collections/middleware_automation/keycloak - name: Run molecule test - run: molecule test --all + run: molecule test --all -- -vvvvv working-directory: ./ansible_collections/middleware_automation/keycloak env: PY_COLORS: '1'