diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst index f1c2dcc3b6f..f8832196a2a 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst @@ -82,14 +82,12 @@ Fields :supported_by: This field records who supports the module. Default value is ``community``. Values are: - :core: Maintained by the Ansible core team. Core team will fix - bugs, add new features, and review PRs. - :community: This module is maintained by the community at large, - which is responsible for fixing bugs, adding new features, and - reviewing changes. - :curated: The Ansible Core Team is the gatekeeper for this module. They - will review PRs from the community before merging but might not generate - fixes and code for new features on their own. + :core: + :curated: + :community: + + For information on what the support level values entail, please see + :doc:`../modules_support.rst` :status: This field records information about the module that is important to the end user. It’s a list of strings. The default value diff --git a/docs/docsite/rst/modules_support.rst b/docs/docsite/rst/modules_support.rst index dbf6c02cf6c..4af32e6cbb0 100644 --- a/docs/docsite/rst/modules_support.rst +++ b/docs/docsite/rst/modules_support.rst @@ -26,8 +26,7 @@ Curated Some examples of Curated modules are submitted by other companies or maintained by the community. Maintainers of these types of modules must watch for any issues reported or pull requests raised against the module. -Core Committers will review all modules becoming Curated or updates to existing Curated modules. Core committers will also ensure that any issues that arise due to Ansible engine changes will be remediated. - +Core Committers will review all modules becoming Curated. Core Committers will review proposed changes to existing Curated modules once the community maintainers of the module have approved the changes. Core committers will also ensure that any issues that arise due to Ansible engine changes will be remediated. Also, it is strongly recommended (but not presently required) for these types of modules to have unit tests. These modules are currently shipped with Ansible, but might be shipped separately in the future. diff --git a/lib/ansible/modules/cloud/docker/docker_container.py b/lib/ansible/modules/cloud/docker/docker_container.py index e8f4e558d32..878294a43db 100644 --- a/lib/ansible/modules/cloud/docker/docker_container.py +++ b/lib/ansible/modules/cloud/docker/docker_container.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/docker/docker_image.py b/lib/ansible/modules/cloud/docker/docker_image.py index 33e58dc353a..b288c8dd461 100644 --- a/lib/ansible/modules/cloud/docker/docker_image.py +++ b/lib/ansible/modules/cloud/docker/docker_image.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/docker/docker_image_facts.py b/lib/ansible/modules/cloud/docker/docker_image_facts.py index 210c6b455e8..197888551c6 100644 --- a/lib/ansible/modules/cloud/docker/docker_image_facts.py +++ b/lib/ansible/modules/cloud/docker/docker_image_facts.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/docker/docker_login.py b/lib/ansible/modules/cloud/docker/docker_login.py index 688c81f5411..5349d71e0a8 100644 --- a/lib/ansible/modules/cloud/docker/docker_login.py +++ b/lib/ansible/modules/cloud/docker/docker_login.py @@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/docker/docker_network.py b/lib/ansible/modules/cloud/docker/docker_network.py index 341684c5e29..c7a15cc98bc 100644 --- a/lib/ansible/modules/cloud/docker/docker_network.py +++ b/lib/ansible/modules/cloud/docker/docker_network.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/docker/docker_service.py b/lib/ansible/modules/cloud/docker/docker_service.py index 06bbcd877f1..785e8c96df3 100644 --- a/lib/ansible/modules/cloud/docker/docker_service.py +++ b/lib/ansible/modules/cloud/docker/docker_service.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = ''' diff --git a/lib/ansible/modules/cloud/pubnub/pubnub_blocks.py b/lib/ansible/modules/cloud/pubnub/pubnub_blocks.py index cb5155f21c8..14238e2d0b4 100644 --- a/lib/ansible/modules/cloud/pubnub/pubnub_blocks.py +++ b/lib/ansible/modules/cloud/pubnub/pubnub_blocks.py @@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} diff --git a/lib/ansible/modules/system/openwrt_init.py b/lib/ansible/modules/system/openwrt_init.py index e174d3e47ff..8acbe85f2de 100644 --- a/lib/ansible/modules/system/openwrt_init.py +++ b/lib/ansible/modules/system/openwrt_init.py @@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', 'status': ['preview'], - 'supported_by': 'curated'} + 'supported_by': 'community'} DOCUMENTATION = '''