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`.

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@05672a6
  • Loading branch information
jillr authored and goneri committed Sep 21, 2022
1 parent 3824cad commit 689049b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions plugins/modules/rds_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
__metaclass__ = type


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

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


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

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

0 comments on commit 689049b

Please sign in to comment.