From 40519de8e7116b8076049eadcc80020811474cbd Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Sat, 1 Aug 2015 17:30:15 -0700 Subject: [PATCH] fix ugly documentation current version dumps a character per line in the docs: http://docs.ansible.com/ansible/cloudformation_module.html --- cloud/amazon/cloudformation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/amazon/cloudformation.py b/cloud/amazon/cloudformation.py index e4ac80fcf5a..236bc89000d 100644 --- a/cloud/amazon/cloudformation.py +++ b/cloud/amazon/cloudformation.py @@ -79,7 +79,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