Release Summary
Feature and bugfix release.
Minor Changes
- Ensure that values for
default
,choices
, andsample
use the types specified for the option / return value (#19). - If a plugin or module has requirements listed, add a disclaimer next to the installation line at the top that further requirements are needed (#23, #24).
- Show the 'you might already have this collection installed if you are using the
ansible
package' disclaimer for plugins only for official docsite builds (subcommandsdevel
andstable
). Also include this disclaimer for roles on official docsite builds (#25). - Use
true
andfalse
for booleans instead ofyes
andno
(ansible-community/community-topics#116, #19). - When processing formatting directives, make sure to properly escape all other text for RST respectively HTML instead of including it verbatim (#21, #22).
Bugfixes
- Improve indentation of HTML blocks for tables to avoid edge cases which generate invalid RST (#22).