community.general/lib/ansible/plugins/callback
Andrew Gaffney 0f4d1eb051 Add 'filtered' stdout callback plugin
This plugin filters output for any task that is 'ok' or 'skipped'.
It works by subclassing the 'default' stdout callback plugin and
overriding certain functions. It will suppress display of the task
banner until there is a 'changed' or 'failed' result or an
unreachable host.
2015-12-21 22:41:52 +00:00
..
__init__.py clean debug output to match prev versions 2015-12-15 09:27:53 -05:00
context_demo.py Revert "make callbacks declare needing whitelisting" 2015-10-22 16:34:51 -04:00
default.py clean debug output to match prev versions 2015-12-15 09:27:53 -05:00
filtered.py Add 'filtered' stdout callback plugin 2015-12-21 22:41:52 +00:00
hipchat.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08: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 clean debug output to match prev versions 2015-12-15 09:27:53 -05:00
oneline.py now it really is oneline 2015-07-26 23:14:07 -04: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
skippy.py simplified skippy 2015-12-12 17:50:55 -05: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