mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
fixed issue with default callback inheritance (#30427)
* fixed issue with default callback inheritance - callbacks need to document same options as callbacks they inherit from to get them configured - since default is also used by many 3rd party callbacks for inheritance, making the code 'tolerate' the missing docs and fallback to using the direct constant to configure it's options.
This commit is contained in:
parent
5d404af76e
commit
81fd67c10f
8 changed files with 50 additions and 28 deletions
|
@ -13,6 +13,8 @@ DOCUMENTATION = '''
|
|||
- set as main display callback
|
||||
short_description: Splits output, sending failed tasks to stderr
|
||||
version_added: "2.4"
|
||||
extends_documentation_fragment:
|
||||
- default_callback
|
||||
description:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue