mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
committed by
Toshio Kuratomi
parent
5d404af76e
commit
81fd67c10f
@@ -11,6 +11,8 @@ DOCUMENTATION = '''
|
||||
description:
|
||||
- Use this callback to sort though extensive debug output
|
||||
version_added: "2.4"
|
||||
extends_documentation_fragment:
|
||||
- default_callback
|
||||
requirements:
|
||||
- set as stdout in configuration
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user