Skip to content

Commit

Permalink
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`.
  • Loading branch information
jillr committed May 3, 2021
1 parent 8eb9ffc commit 36e7076
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
__metaclass__ = type


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

DOCUMENTATION = '''
---
module: ec2_instance
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/ec2_instance_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
__metaclass__ = type


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

DOCUMENTATION = '''
---
module: ec2_instance_info
Expand Down

0 comments on commit 36e7076

Please sign in to comment.