2020-04-17 15:51:05 +02:00
|
|
|
- hosts: localhost
|
|
|
|
gather_facts: false
|
|
|
|
vars:
|
|
|
|
expected:
|
2020-10-02 16:32:03 +02:00
|
|
|
play_adj: adjacent to play
|
2020-04-17 15:51:05 +02:00
|
|
|
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
|