mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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'
|