summaryrefslogtreecommitdiff
path: root/cloud/amazon
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-19 16:56:45 -0700
committerGitHub <noreply@github.com>2016-09-19 16:56:45 -0700
commit7a41a90e42c1d92e274e4ee0573b4e4d90fa9c2d (patch)
tree9232315f019d54f3ee60206543cbe2f58213179b /cloud/amazon
parent99c44d9640575b711672a70b781101994d689492 (diff)
downloadansible-modules-extras-7a41a90e42c1d92e274e4ee0573b4e4d90fa9c2d.tar.gz
Combined notes to avoid duplicate key warning. (#2980)
Diffstat (limited to 'cloud/amazon')
-rw-r--r--cloud/amazon/ec2_customer_gateway.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/cloud/amazon/ec2_customer_gateway.py b/cloud/amazon/ec2_customer_gateway.py
index 871513d9..4e02523a 100644
--- a/cloud/amazon/ec2_customer_gateway.py
+++ b/cloud/amazon/ec2_customer_gateway.py
@@ -24,6 +24,8 @@ author: Michael Baydoun (@MichaelBaydoun)
requirements: [ botocore, boto3 ]
notes:
- You cannot create more than one customer gateway with the same IP address. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources.
+ - Return values contain customer_gateway and customer_gateways keys which are identical dicts. You should use
+ customer_gateway. See U(https://github.com/ansible/ansible-modules-extras/issues/2773) for details.
options:
bgp_asn:
description:
@@ -44,9 +46,6 @@ options:
required: false
default: present
choices: [ 'present', 'absent' ]
-notes:
- - Return values contain customer_gateway and customer_gateways keys which are identical dicts. You should use
- customer_gateway. See U(https://github.com/ansible/ansible-modules-extras/issues/2773) for details.
extends_documentation_fragment:
- aws
- ec2