ansible/test/integration/targets/template/custom_template.yml
Abhijeet Kasurde 142732dba9 dataloader: check exact value of dir (#52021)
Include path in role with directory which has 'tasks' as end.
For example, roles/sometasks/templates is now considered while searching path.

Fixes: #42585

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-16 01:48:01 -04:00

4 lines
76 B
YAML

- hosts: testhost
gather_facts: yes
roles:
- { role: custom_tasks }