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