community.general.stderr – Splits output, sending failed tasks to stderr¶
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.stderr
.
DEPRECATED¶
- Removed in
version 2.0.0
- Why
The ‘default’ callback plugin now supports this functionality
- Alternative
‘default’ callback plugin with ‘display_failed_stderr = yes’ option
Synopsis¶
This is the stderr callback plugin, it behaves like the default callback plugin but sends error output to stderr.
Also it does not output skipped host/task/item status
Requirements¶
The below requirements are needed on the local controller node that executes this callback.
set as main display callback
Parameters¶
Status¶
This callback will be removed in version 2.0.0. [deprecated]
For more information see DEPRECATED.
Authors¶
Unknown (!UNKNOWN)