780ee45819
Ensure inventory plugin loading rel to play fixes #51033 * clarify paths * now adding dirs funciton in loader * better warnings * each cli should handle adding dirs depending on context
6 lines
119 B
YAML
6 lines
119 B
YAML
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- inventory_hostname == 'testhost'
|