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/community.aws@05672a6
  • Loading branch information
jillr authored and alinabuzachis committed Oct 6, 2023
1 parent d4cda34 commit 964cc90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/modules/aws_region_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

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

DOCUMENTATION = '''
module: aws_region_info
Expand Down

0 comments on commit 964cc90

Please sign in to comment.