1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
AlanCoding 153c9bd539 Reduce recursion within group methods
This offers an optimization that allows loading larger
inventories of various structure by improving the
scaling laws involved for adding hosts and groups.

The primary speed benefit is the elimination of duplicate
recusion from traversing converging paths.
2018-04-05 18:38:44 -04:00
..
cli Fix 'New Vault password' on vault 'edit' (#35923) 2018-03-27 14:12:21 -04:00
compat
config
errors
executor Tolerate win line endings on windows module_util load (#37291) 2018-04-06 07:13:31 +10:00
galaxy
inventory Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
module_utils powershell: display non-ascii characters in command outputs (#37229) 2018-04-05 14:59:51 -07:00
modules win_setup: Added connection name to interfaces (#37327) 2018-04-06 07:36:38 +10:00
parsing Fix 'New Vault password' on vault 'edit' (#35923) 2018-03-27 14:12:21 -04:00
playbook Support for module param defaults (#22648) 2018-04-05 11:44:51 -04:00
plugins powershell: display non-ascii characters in command outputs (#37229) 2018-04-05 14:59:51 -07:00
template Don't overwrite builtin jinja2 filters with tests (#37881) 2018-03-26 12:06:00 -05:00
utils Expose verbosity as a var, dedupe attr list. Fixes #36170 2018-04-05 16:06:01 -04:00
vars
__init__.py
constants.py
release.py