mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
PEP 8 W291 whitespace cleanup.
This commit is contained in:
parent
95789f3949
commit
d913f69ba1
166 changed files with 493 additions and 565 deletions
|
@ -36,7 +36,7 @@ options:
|
|||
default: None
|
||||
vpn_gateway_ids:
|
||||
description:
|
||||
- Get details of a specific Virtual Gateway ID. This value should be provided as a list.
|
||||
- Get details of a specific Virtual Gateway ID. This value should be provided as a list.
|
||||
required: false
|
||||
default: None
|
||||
author: "Nick Aslanidis (@naslanidis)"
|
||||
|
@ -66,7 +66,7 @@ EXAMPLES = '''
|
|||
ec2_vpc_vgw_facts:
|
||||
region: ap-southeast-2
|
||||
profile: production
|
||||
vpn_gateway_ids: vgw-c432f6a7
|
||||
vpn_gateway_ids: vgw-c432f6a7
|
||||
register: vgw_facts
|
||||
'''
|
||||
|
||||
|
@ -83,7 +83,7 @@ virtual_gateways:
|
|||
"key": "Name",
|
||||
"value": "TEST-VGW"
|
||||
}
|
||||
],
|
||||
],
|
||||
"type": "ipsec.1",
|
||||
"vpc_attachments": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue