community.general/lib/ansible/plugins/callback
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
2018-12-16 15:03:19 -08:00
..
__init__.py Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings 2018-12-04 23:03:48 -08:00
actionable.py Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
cgroup_memory_recap.py
context_demo.py
counter_enabled.py counter_enabled.py - Fix minor typos (#49014) 2018-11-22 05:41:38 -05:00
debug.py Corrected spelling of 'formatted' (#43785) 2018-08-07 15:49:04 -04:00
default.py Add number of skipped tasks to play recap in 'default' callback (#45797) 2018-09-20 14:38:54 -04:00
dense.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
foreman.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
full_skip.py Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
grafana_annotations.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
hipchat.py plugins/callbacks : fix some key documentation (#45267) 2018-09-06 15:38:25 -04:00
jabber.py
json.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
junit.py Implement test case prefix to filter test cases (#40174) 2018-12-03 18:41:44 +00:00
log_plays.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
logdna.py Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
logentries.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
logstash.py
mail.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
minimal.py
null.py
oneline.py
osx_say.py change OS X to macOS (#41294) 2018-06-26 14:09:23 -04:00
profile_roles.py
profile_tasks.py Update profile_tasks docs (#46690) 2018-10-19 08:19:57 -05:00
selective.py plugins/callbacks : fix some key documentation (#45267) 2018-09-06 15:38:25 -04:00
skippy.py Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
slack.py slack: Add validate_certs option in plugin (#46567) 2018-11-15 09:15:27 -06:00
splunk.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
stderr.py Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
sumologic.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
syslog_json.py
timer.py
tree.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
unixy.py Add output for skipped tasks 2018-10-19 10:38:29 -04:00
yaml.py Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00