summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-03-31 09:15:20 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-03-31 09:15:20 -0400
commit613961c592ed23ded2d7e3771ad45b01de5a95f3 (patch)
tree85e568b93103edb9afd2a283fbc5cb46cc375774
parent99391f861d94f7d0523dbf962819a891ad0e3d06 (diff)
downloadansible-modules-core-613961c592ed23ded2d7e3771ad45b01de5a95f3.tar.gz
really fixed docs this time
-rw-r--r--cloud/amazon/cloudformation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/amazon/cloudformation.py b/cloud/amazon/cloudformation.py
index 5852c5b2..39b6f81a 100644
--- a/cloud/amazon/cloudformation.py
+++ b/cloud/amazon/cloudformation.py
@@ -78,7 +78,7 @@ options:
version_added: "1.5"
template_url:
description:
- - 'Location of file containing the template body. The URL must point to a template (max size: 307,200 bytes) located in an S3 bucket in the same region as the stack. This parameter is mutually exclusive with 'template'. Either one of them is required if "state" parameter is "present"'
+ - Location of file containing the template body. The URL must point to a template (max size 307,200 bytes) located in an S3 bucket in the same region as the stack. This parameter is mutually exclusive with 'template'. Either one of them is required if "state" parameter is "present"
required: false
version_added: "2.0"