Coverage for lib/ansible/plugins/callback/skippy.py : 83%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com> # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Make coding more python3-ish
callback: skippy callback_type: stdout requirements: - set as main display callback short_description: Ansible screen output that ignores skipped status version_added: "2.0" extends_documentation_fragment: - default_callback description: - This callback does the same as the default except it does not output skipped host/task/item status '''
''' This is the default callback interface, which simply prints messages to stdout when new callback events are received. '''
pass
pass |