community.general/lib/ansible/plugins/callback
Toshio Kuratomi 4ed88512e4 Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423)
We couldn't copy to_unicode, to_bytes, to_str into module_utils because
of licensing.  So once created it we had two sets of functions that did
the same things but had different implementations.  To remedy that, this
change removes the ansible.utils.unicode versions of those functions.
2016-09-06 22:54:17 -07:00
..
__init__.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
actionable.py actionable.py: Do not print next task banner in handler callback (#15698) 2016-05-03 11:25:46 -04:00
context_demo.py Fix context_demo callback plugin. (#17235) 2016-08-25 10:22:27 -07:00
debug.py Add missing boilerplate code. (#16980) 2016-08-05 12:22:52 -07:00
default.py Dynamic role include (#17401) 2016-09-05 20:07:58 -04:00
hipchat.py Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04: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
junit.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
log_plays.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
logentries.py Get rid of logentries.to_unicode. 2016-04-30 07:45:51 -07:00
mail.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
minimal.py Do not remove exception from result, hide output. 2016-05-31 11:28:22 -07:00
oneline.py Do not remove exception from result, hide output. 2016-05-31 11:28:22 -07:00
osx_say.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
profile_tasks.py added back spaces for profile_tasks formatting 2016-07-06 15:39:09 -04:00
profile_tasks.rst updated docs to show new output 2016-03-03 18:05:39 -05:00
skippy.py Renaming per-item and retry callbacks 2016-03-18 15:17:43 -04:00
slack.py avoid exceptiosn when not being called by CLI 2016-03-17 07:19:35 -07: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 Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00