Skip to content

Commit

Permalink
Move selected AWS modules from community/certified to core support (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb authored Sep 6, 2017
1 parent 082f54e commit d02bea7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}

DOCUMENTATION = '''
---
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_metadata_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vol.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_net_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_subnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_subnet_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/s3_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'core'}


DOCUMENTATION = '''
Expand Down

0 comments on commit d02bea7

Please sign in to comment.