community.general/lib/ansible/plugins
James Cammarata e02b98274b issue callbacks per item and retry fails
- now workers passes queue to task_executor so it can send back events per item and on retry attempt
- updated result class to pass along events to strategy
- base strategy updated to forward new events to callback
- callbacks now remove 'items' on final result but process them directly when invoked per item
- new callback method to deal with retry attempt messages (also now obeys nolog)
- updated tests to match new signature of task_executor

fixes #14558
fixes #14072
2016-02-23 15:07:06 -05:00
..
action always return a checksum key, even if empty 2016-02-23 15:07:14 -05:00
cache switched from threading to multiprocessing 2016-02-11 22:25:17 -05:00
callback issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00
connection Merge pull request #13654 from sivel/paramiko-proxy-command 2016-02-23 11:30:43 -06:00
filter Use isinstance type checks in bool filter so we can handle unsafe proxy objects. Fixes #14240 2016-02-01 12:32:59 -06:00
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup fix cartesian lookup 2016-02-11 10:35:37 -05:00
shell moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
strategy issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00
test test aliases to enable gramatical consistancy 2016-01-14 12:29:02 -05:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00