Skip to content

Commit

Permalink
ansible-lint (documentation) cleanup for plugins/ (ansible-collection…
Browse files Browse the repository at this point in the history
…s#2036)

ansible-lint (documentation) cleanup for plugins/

SUMMARY
Fixes an array of ansible-lint failures in plugins/
Adds ansible-lint plugins/ to tox -m lint
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/
ADDITIONAL INFORMATION
docs changes only (no changelog fragment needed)

Reviewed-by: Alina Buzachis

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@6dd4a00
  • Loading branch information
tremble authored and mandar242 committed Oct 23, 2024
1 parent 6880b9f commit 5769b6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_transit_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
asn: 64514
auto_associate: false
auto_propagate: false
dns_support: True
dns_support: true
description: "nonprod transit gateway"
purge_tags: False
purge_tags: false
state: present
region: us-east-1
tags:
Expand Down
22 changes: 11 additions & 11 deletions plugins/modules/ec2_transit_gateway_vpc_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
transit_gateway: 'tgw-123456789abcdef01'
name: AnsibleTest-1
subnets:
- subnet-00000000000000000
- subnet-11111111111111111
- subnet-22222222222222222
ipv6_support: True
purge_subnets: True
dns_support: True
appliance_mode_support: True
- subnet-00000000000000000
- subnet-11111111111111111
- subnet-22222222222222222
ipv6_support: true
purge_subnets: true
dns_support: true
appliance_mode_support: true
tags:
TestTag: changed data in Test Tag
Expand All @@ -124,10 +124,10 @@
state: present
id: 'tgw-attach-0c0c5fd0b0f01d1c9'
name: AnsibleTest-1
ipv6_support: True
purge_subnets: False
dns_support: False
appliance_mode_support: True
ipv6_support: true
purge_subnets: false
dns_support: false
appliance_mode_support: true
# Delete the transit gateway
- community.aws.ec2_transit_gateway_vpc_attachment:
Expand Down

0 comments on commit 5769b6d

Please sign in to comment.