mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
* Make it less likely that we have to identify all the modules during a playbook run. PluginLoader is optimized to look for modules one directory at a time. If we find a module before we've examined all the directories we never have to touch the other directories. Reordering this conditional makes it so tasks which don't have a module file will not force us to examine all the module directories before moving on to other sources of task actions. * Change several variables we consult to see if a task is in a certain category from lists/tuples to frozensets. These are static lists which we only do containment tests on so frozensets should be faster |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |