mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-17 17:42:11 +02:00
Increase verbosity for EE tests (#84)
* Increase verbosity for EE tests. * 2.9 compatibility.
This commit is contained in:
parent
30afb61f86
commit
0815b11bbf
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ee.yml
vendored
1
.github/workflows/ee.yml
vendored
|
@ -109,5 +109,6 @@ jobs:
|
||||||
--pull-policy never
|
--pull-policy never
|
||||||
--set-environment-variable ANSIBLE_PRIVATE_ROLE_VARS=true
|
--set-environment-variable ANSIBLE_PRIVATE_ROLE_VARS=true
|
||||||
--execution-environment-image test-ee:latest
|
--execution-environment-image test-ee:latest
|
||||||
|
-v
|
||||||
all.yml
|
all.yml
|
||||||
working-directory: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/tests/ee
|
working-directory: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/tests/ee
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Find all roles
|
- name: Find all roles
|
||||||
find:
|
find:
|
||||||
paths:
|
paths:
|
||||||
- "{{ playbook_dir ~ '/roles/' }}"
|
- "{{ (playbook_dir | default('.')) ~ '/roles' }}"
|
||||||
file_type: directory
|
file_type: directory
|
||||||
depth: 1
|
depth: 1
|
||||||
register: result
|
register: result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue