community.general/lib/ansible/plugins
characteristic 324b57d6ae Correct Jinja2 plugin math filter symmetric_difference() to not repeatedly (#45093)
build its intersection set and unnecessarily unique the final result.

The prior use of the intersect() function within the list comprehension
conditional leads to the function being called for every value in the input
list being processed, not efficient.  When the input lists a,b are large,
the Ansible run time and resource utilization wildly increases generally
never completing the operation.

Unique of the intersection result is unnecessary as the source list union()
is already unique.
2018-09-04 09:12:02 -04:00
..
action Ensure action plugins accept only valid args (#44779) 2018-08-30 09:40:36 -04:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Bugfixes and integration tests for 'default' callback plugin 2018-08-15 07:56:17 -07:00
cliconf Lenovo image refactor (#44953) 2018-08-31 20:04:57 +05:30
connection Fix sshkeyfilename is None not str (#44893) 2018-09-04 11:59:08 +05:30
filter Correct Jinja2 plugin math filter symmetric_difference() to not repeatedly (#45093) 2018-09-04 09:12:02 -04:00
httpapi cisco firepower : Make API endpoints configurable via hostvars (#44952) 2018-08-31 18:38:16 +05:30
inventory Add a dynamic inventory plugin for Online (#44720) 2018-09-03 02:33:15 -04:00
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
netconf Fix netconf module and plugin issues (#45140) 2018-09-04 13:23:18 +05:30
shell windows async: return pipeline output in case of a failure (#44807) 2018-08-29 16:13:31 +02:00
strategy Change insertion order of apply block to not affect the include_X task itself (#44912) 2018-08-30 16:56:28 -04:00
terminal fix Python 2.6 regex bug terminal plugin nxos, iosxr (#45135) 2018-09-04 13:44:43 +05:30
test Added an async 'started' test (like 'finished') (#43445) 2018-08-24 01:29:34 +02:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py inventory plugins: add test about config API usage (#41888) 2018-07-19 10:45:45 -07:00
loader.py Catch exceptions when importing plugins, and display an appropriate warning. Fixes #43237 (#43501) 2018-07-31 16:00:04 -05:00