ansible/test/integration/targets/collections
Sam Doran 6f76a48f59
Make sorting in collection_loader match plugin loader (#65776)
* Simply sorting of Windows files below other plugin types
    Using the sort method with a custom key function uses less memory than creating multiple lists then joining them.

    This seemed to be an acceptable use of a lamdba, even though I geneally try to avoid them.

* Fix sorting of plugins inside of collections
    Explicitly sort Windows files below others, mimicking what we do in plugin/loader.py

* Add documentation about ansible.builtin and ansible.legacy
    Also document to the two different methods used for searching based on the candidate type.

* Add changelog
* Add integration test
* Update comment with expected sort order
2019-12-16 11:28:24 -05:00
..
collection_root_sys/ansible_collections/testns
collection_root_user/ansible_collections Make sorting in collection_loader match plugin loader (#65776) 2019-12-16 11:28:24 -05:00
collections/ansible_collections/testns/content_adj/plugins Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
custom_vars_plugins Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
library
roles/testrole/tasks
a.statichost.yml
aliases
includeme.yml
posix.yml
runme.sh Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
vars_plugin_tests.sh Inventory CLI - Ignore settings for when vars plugins should run (#65073) 2019-11-25 13:16:03 -05:00
windows.yml