community.general/lib/ansible/plugins
Brian Coca 81fd67c10f 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.
2017-09-15 11:14:47 -07:00
..
action Raise an error if ansible_network_os is not specified (#30429) 2017-09-15 13:56:05 -04:00
cache Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
callback fixed issue with default callback inheritance (#30427) 2017-09-15 11:14:47 -07:00
cliconf Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
connection Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
filter Use safe_load to load yaml 2017-09-14 11:19:00 -07:00
inventory doc: Typo fix: "accesability" --> "accessibility" (#30251) 2017-09-13 11:17:29 +02:00
lookup Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fixed become to show the stdout and stderr streams instead of the StreamReader (#30254) 2017-09-13 17:35:12 +10:00
strategy Correctly create include_role blocks when using loops (#30372) 2017-09-14 15:56:12 -05:00
terminal module_utils_fix_dellos6 (#28060) 2017-09-12 18:24:36 +01:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
__init__.py allow config for callbaks and some fixes 2017-09-11 14:00:01 -07:00
loader.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00