community.general.actionable – shows only items that need attention¶
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.actionable
.
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’ and ‘display_ok_hosts = no’ options
Synopsis¶
Use this callback when you dont care about OK nor Skipped.
This callback suppresses any non Failed or Changed status.
Requirements¶
The below requirements are needed on the local controller node that executes this callback.
set as stdout callback in configuration
Parameters¶
Status¶
This callback will be removed in version 2.0.0. [deprecated]
For more information see DEPRECATED.
Authors¶
Unknown (!UNKNOWN)