summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_fileglob/find_levels/play.yml
blob: 578d482e8e6d062346a38b395e9d48423ee2cf83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: localhost
  gather_facts: false
  vars:
    expected:
        play_adj: adjacent to play
        play_adj_subdir: in files subdir adjacent to play
        somepath/play_adj_subsubdir: in play adjacent subdir of files/
        in_role: file in role
        otherpath/in_role_subdir: file in role subdir
  tasks:
    - name: Import role lookup
      import_role:
        name: get_file