�
�Udac @` sR d d l m Z m Z m Z e Z d Z d d l m Z d e f d � � YZ d S( i ( t absolute_importt divisiont print_functions8
callback: full_skip
type: stdout
short_description: suppresses tasks if all hosts skipped
description:
- Use this plugin when you dont care about any output for tasks that were completly skipped
version_added: "2.4"
deprecated:
why: The 'default' callback plugin now supports this functionality
removed_in: '2.11'
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
extends_documentation_fragment:
- default_callback
requirements:
- set as stdout in configuation
( t CallbackModuleR c B` sk e Z d Z d Z d Z d Z d � Z d � Z d � Z e d � Z
d � Z d � Z d
� Z
d � Z RS( s�
This is the default callback interface, which simply prints messages
to stdout when new callback events are received.
g @t stdoutt full_skipc C` s
g | _ d S( N( t outlines( t selft result( ( sF /usr/lib/python2.7/site-packages/ansible/plugins/callback/full_skip.pyt v2_runner_on_skipped( s c C` s
g | _ d S( N( R ( R R ( ( sF /usr/lib/python2.7/site-packages/ansible/plugins/callback/full_skip.pyt v2_playbook_item_on_skipped+ s c C` s
g | _ d S( N( R ( R R ( ( sF /usr/lib/python2.7/site-packages/ansible/plugins/callback/full_skip.pyt v2_runner_item_on_skipped. s c C` s'