community.general/lib/ansible/plugins/callback
Alex Tsitsimpis 933bc45cf2 callback: Get handlers with json callback plugin (#35842)
Implement the `v2_playbook_on_handler_task_start()' method in the json
callback plugin to correctly include handlers in the results.

This fixes a bug where the last task in the results returned by
json callback would be wrong if an unconditional handler was triggered,
since the result of that handler would overwrite the result of the last
task.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>
2018-02-08 16:01:32 -05:00
..
__init__.py make v2_playbook_on_notify method signatures consistent 2018-02-05 15:43:20 -05:00
actionable.py fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
context_demo.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
debug.py Add module_stdout/stderr fields to list in 'debug' callback plugin 2017-12-06 08:33:02 -08:00
default.py Make everything in default callback use display (#32811) 2017-11-16 10:53:01 +10:00
dense.py fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
foreman.py Add the option to use config file instead of enviroment variables (#32497) 2018-02-05 22:19:56 -05:00
full_skip.py fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
hipchat.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
jabber.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
json.py callback: Get handlers with json callback plugin (#35842) 2018-02-08 16:01:32 -05:00
junit.py Count ignored failed tasks and successful tasks with expected failure… (#33282) 2018-01-03 16:03:15 -08:00
log_plays.py fixes typo ansbile to ansible 2018-01-02 17:17:53 -08:00
logentries.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
logstash.py Updated documentation description (#34121) 2017-12-21 13:44:54 +10:00
mail.py add support for configuring smtpport in callback_mail 2018-02-05 22:58:38 -05:00
minimal.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
null.py Added callback that removes callback noise 2017-11-09 17:12:13 -05:00
oneline.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
osx_say.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
profile_roles.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
profile_tasks.py Use module formatting (#33413) 2017-12-07 14:26:52 +00:00
selective.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
skippy.py fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
slack.py get_option instead of internal dict (#33191) 2017-11-28 12:00:22 -05:00
stderr.py fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
syslog_json.py syslog_json: fix typos in documentation 2017-11-13 17:11:15 -05:00
timer.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
tree.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
unixy.py Fix a few docs build issues (#33685) 2017-12-14 17:33:27 +00:00
yaml.py Add yaml output plugin (#32246) 2017-11-07 22:00:11 -05:00