summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Brown <sb@ryansb.com>2016-11-09 12:37:13 -0500
committerRyan S. Brown <sb@ryansb.com>2016-11-09 12:41:53 -0500
commit45588171a85c4af70994b0bbc99dcc32ee344711 (patch)
tree2d4642f8ba8b4ebf8203598ae3f9a2f7a06faeda
parentaa5124af27c2c12f13f320468156ea43cc9820d7 (diff)
downloadansible-modules-core-45588171a85c4af70994b0bbc99dcc32ee344711.tar.gz
Fix link in `cloudformation` module docs
-rw-r--r--cloud/amazon/cloudformation.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cloud/amazon/cloudformation.py b/cloud/amazon/cloudformation.py
index 3bd5ff30..0d02ad70 100644
--- a/cloud/amazon/cloudformation.py
+++ b/cloud/amazon/cloudformation.py
@@ -89,7 +89,7 @@ options:
version_added: "2.0"
role_arn:
description:
- - The role that AWS CloudFormation assumes to create the stack. [AWS CloudFormation Service Role](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html)
+ - The role that AWS CloudFormation assumes to create the stack. See the AWS CloudFormation Service Role docs U(http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html)
required: false
default: null
version_added: "2.3"
@@ -447,8 +447,6 @@ def main():
result = dict(changed=False, output='Stack is already up-to-date.')
else:
module.fail_json(msg=error_msg)
- #return {'error': error_msg}
- #module.fail_json(msg=error_msg)
if not result: module.fail_json(msg="empty result")
# check the status of the stack while we are creating/updating it.