From cde30e1728a09c65532d26b6c9751a26ebfaf3f0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Apr 2022 23:43:33 +0200 Subject: [PATCH] 2.9 compatibility. --- tests/ee/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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