9 lines
249 B
YAML
9 lines
249 B
YAML
|
# external2 is loaded from config path.
|
||
|
# external1 is loaded from integration/module_utils/roles/modrole/module_utils/..
|
||
|
|
||
|
- name: integration/module_utils/adjacent_to_playbook.yml
|
||
|
hosts: test-targets
|
||
|
any_errors_fatal: true
|
||
|
roles:
|
||
|
- modrole
|