Skip to content

Commit

Permalink
Increase verbosity for EE tests (#84)
Browse files Browse the repository at this point in the history
* Increase verbosity for EE tests.

* 2.9 compatibility.
  • Loading branch information
felixfontein authored Apr 16, 2022
1 parent 30afb61 commit 0815b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/ee/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: Find all roles
find:
paths:
- "{{ playbook_dir ~ '/roles/' }}"
- "{{ (playbook_dir | default('.')) ~ '/roles' }}"
file_type: directory
depth: 1
register: result
Expand Down

0 comments on commit 0815b11

Please sign in to comment.