community.general/lib/ansible/plugins/callback
Toshio Kuratomi 2e87c1f74e Two fixes to action plugins
* Fix the task_vars parameter to not default to a mutable type (dict)
* Implement invocation in the base class's run() method have each action
  module call the run() method's implemention in the base class.
* Return values from the action plugins' run() method takes the return
  value from the base class run() method into account so that invocation
  makes its way to the output.

Fixes #12869
2015-10-22 16:07:26 -07:00
..
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
context_demo.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
default.py Removing some cruft related to _local_action value on Task, which was removed 2015-10-19 16:52:27 -04:00
hipchat.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
log_plays.py Restore the automatic addition of invocation to the output 2015-10-22 08:53:37 -07:00
mail.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
minimal.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
oneline.py now it really is oneline 2015-07-26 23:14:07 -04:00
osx_say.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
profile_tasks.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
skippy.py Removing some cruft related to _local_action value on Task, which was removed 2015-10-19 16:52:27 -04:00
syslog_json.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
timer.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
tree.py Convert to byte strings to avoid UnicodeErrors 2015-09-23 15:24:17 -07:00