mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00:00
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
7 lines
119 B
YAML
7 lines
119 B
YAML
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- inventory_hostname == 'testhost'
|