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