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:
Brian Coca 2017-09-15 14:14:47 -04:00 committed by Toshio Kuratomi
parent 5d404af76e
commit 81fd67c10f
8 changed files with 50 additions and 28 deletions

View file

@ -13,6 +13,8 @@ DOCUMENTATION = '''
description:
- Use this plugin when you dont care about any output for tasks that were completly skipped
version_added: "2.4"
extends_documentation_fragment:
- default_callback
requirements:
- set as stdout in configuation
'''