mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
* ansible-doc -s is supposed to output a sample snippet of how you could add the module into a playbook. These changes update the style: * Use yaml mappings instead of key=value * Use the module name directly instead of action: modulename * Fixes a bug when displaying option descritpions which are yaml strings instead of lists. This fixes in code the bad formatting reported in #24201