summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles/no_outside.yml
blob: cf6fe103c2152b086a999991eb0f465c5a55a07e (plain)
1
2
3
4
5
6
7
- hosts: testhost
  gather_facts: false
  tasks:
    - name: role attempts to load file from outside itself
      include_role:
          name: a
          tasks_from: "{{ playbook_dir }}/tasks/dummy.yml"