mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix ugly documentation
current version dumps a character per line in the docs: http://docs.ansible.com/ansible/cloudformation_module.html
This commit is contained in:
@@ -89,7 +89,8 @@ options:
|
||||
required: false
|
||||
version_added: "2.0"
|
||||
template_format:
|
||||
description: For local templates, allows specification of json or yaml format
|
||||
description:
|
||||
- For local templates, allows specification of json or yaml format
|
||||
default: json
|
||||
choices: [ json, yaml ]
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user