From dad02d15d51e6eb3c33a3b8f2293cbf836f11e67 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 25 Oct 2021 15:42:18 +0200 Subject: [PATCH] tests: Run Ansible in verbose mode in GitHub workflow integration test (#41) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1777dc1..cf440af 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -19,4 +19,4 @@ jobs: - name: Run test playbook run: | cd tests - sudo ansible-playbook --connection=local --inventory localhost, tests_*.yml + sudo ansible-playbook -vv --connection=local --inventory localhost, tests_*.yml