diff --git a/tests/templates/playbook.j2 b/tests/templates/playbook.j2 index 43c72a7..1e7afc3 100644 --- a/tests/templates/playbook.j2 +++ b/tests/templates/playbook.j2 @@ -16,3 +16,10 @@ {% endfor %} - role: {{project_name}} playbook_debug: false + + tasks: + - include: "{% raw %}{{ item }}{% endraw %}" + with_first_found: + - files: + - '{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/tests/tests.yml' + skip: true