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 abikouo committed Sep 19, 2024
1 parent a77eb0e commit a798231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_vgw_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
region: ap-southeast-2
profile: production
filters:
"tag:Name": "main-virt-gateway"
"tag:Name": "main-virt-gateway"
register: vgw_info
- name: Gather information about a specific virtual gateway by VpnGatewayIds
Expand Down

0 comments on commit a798231

Please sign in to comment.