mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
393 B
YAML
14 lines
393 B
YAML
5 years ago
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
vars:
|
||
|
expected:
|
||
|
play_adj: ajectent 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
|