Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove METADATA and cleanup galaxy.yml (ansible-collections#70)
Browse files Browse the repository at this point in the history
* Remove ANSIBLE_METADATA entirely, see ansible/ansible/pull/69454.
Remove `license` field from galaxy.yml, in favor of `license_file`.

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@05672a6
jillr authored and alinabuzachis committed Jul 14, 2021
1 parent 6a2d45e commit 6749c47
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
@@ -6,11 +6,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}


DOCUMENTATION = '''
---
module: ec2_vpc_nat_gateway
5 changes: 0 additions & 5 deletions plugins/modules/ec2_vpc_nat_gateway_info.py
Original file line number Diff line number Diff line change
@@ -6,11 +6,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}


DOCUMENTATION = '''
module: ec2_vpc_nat_gateway_info
short_description: Retrieves AWS VPC Managed Nat Gateway details using AWS methods.

0 comments on commit 6749c47

Please sign in to comment.