community.general/lib/ansible/plugins/callback
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
..
__init__.py issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00
actionable.py changed filtered to actionable cb plugin 2016-02-18 02:32:05 -08:00
context_demo.py Some attributes of callbacks aren't in v2. Port plugins to the v2 way to do that 2016-01-29 19:45:12 -08:00
default.py issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00
hipchat.py Some attributes of callbacks aren't in v2. Port plugins to the v2 way to do that 2016-01-29 19:45:12 -08:00
json.py Add json callback to be used in replace of the default stdout to print a JSON structure to stdout 2016-02-18 16:39:31 -06:00
log_plays.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
logentries.py removed print entries, corrected display calls to match latest devel 2015-11-16 11:35:10 -08:00
mail.py Revert "make callbacks declare needing whitelisting" 2015-10-22 16:34:51 -04:00
minimal.py output color is now configurable 2015-12-29 17:40:47 -05:00
oneline.py output color is now configurable 2015-12-29 17:40:47 -05:00
osx_say.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
profile_tasks.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
profile_tasks.rst Update profile_tasks.rst 2016-02-12 17:13:39 +00:00
skippy.py simplified skippy 2015-12-12 17:50:55 -05:00
slack.py v2 version of slack callback plugin 2016-01-28 16:13:29 -06:00
syslog_json.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
timer.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
tree.py clarified warning from tree callback 2015-12-09 07:29:12 -08:00