Release Summary
Feature release with support for ansible-core 2.14's sidecar docs feature.
Minor Changes
- If lookup plugins have a single return value starting with
_
, that return value is now labelledReturn value
(#6). - If lookup plugins have an option called
_terms
, it is now shown in its own sectionTerms
, and not in the regularParameters
section (#6). - More robust handling of parsing errors when ansible-doc was unable to extract documentation (#6).
- Support parameter type
any
, and showraw
asany
(#6). - Support test and filter plugins when ansible-core 2.14+ is used. This works with the current
devel
branch of ansible-core (#6).