From 0815b11bbfd5be915aa96bb66b9ea8af04f42444 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Apr 2022 07:09:02 +0200 Subject: [PATCH] Increase verbosity for EE tests (#84) * Increase verbosity for EE tests. * 2.9 compatibility. --- .github/workflows/ee.yml | 1 + tests/ee/all.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index ce5bc915..25600dcb 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -109,5 +109,6 @@ jobs: --pull-policy never --set-environment-variable ANSIBLE_PRIVATE_ROLE_VARS=true --execution-environment-image test-ee:latest + -v all.yml working-directory: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/tests/ee diff --git a/tests/ee/all.yml b/tests/ee/all.yml index 1a937d4c..7593912a 100644 --- a/tests/ee/all.yml +++ b/tests/ee/all.yml @@ -3,7 +3,7 @@ - name: Find all roles find: paths: - - "{{ playbook_dir ~ '/roles/' }}" + - "{{ (playbook_dir | default('.')) ~ '/roles' }}" file_type: directory depth: 1 register: result