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:
parent
d10f3f7a7e
commit
40519de8e7
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ options:
|
||||||
required: false
|
required: false
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
template_format:
|
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
|
default: json
|
||||||
choices: [ json, yaml ]
|
choices: [ json, yaml ]
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue