From 7027de77b7e111326aa522f9b223ce117a23d8b7 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 --- lib/ansible/modules/cloud/amazon/cloudformation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/cloudformation.py b/lib/ansible/modules/cloud/amazon/cloudformation.py index e6260dd390c..3ded15a03f7 100644 --- a/lib/ansible/modules/cloud/amazon/cloudformation.py +++ b/lib/ansible/modules/cloud/amazon/cloudformation.py @@ -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