community.general.full_skip – suppresses tasks if all hosts skipped¶
Note
This plugin is part of the community.general collection (version 1.3.6).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.full_skip
.
DEPRECATED¶
- Removed in
version 2.0.0
- Why
The ‘default’ callback plugin now supports this functionality
- Alternative
‘default’ callback plugin with ‘display_skipped_hosts = no’ option
Synopsis¶
Use this plugin when you do not care about any output for tasks that were completely skipped
Requirements¶
The below requirements are needed on the local controller node that executes this callback.
set as stdout in configuration
Parameters¶
Status¶
This callback will be removed in version 2.0.0. [deprecated]
For more information see DEPRECATED.
Authors¶
Unknown (!UNKNOWN)