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