1dc8436ed9
* module_utils fixes in collections * fixed Windows module_utils in collections * fixed more Python module_utils cases (from X import module) * "medium style" Ansiballz modules now work properly with collections (ie, non-replacer but also not using basic.py) * added more tests * split Windows/POSIX exec * sanity
6 lines
179 B
YAML
6 lines
179 B
YAML
- testns.testcoll.plugin_lookup:
|
|
register: included_plugin_lookup_out
|
|
|
|
- assert:
|
|
that:
|
|
- included_plugin_lookup_out.collection_list == ['bogus.bogus', 'ansible.legacy']
|