From 9d85d81ed041dad7bc3f93bea3fc029e12da5f27 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 24 Feb 2017 13:22:40 -0800 Subject: [PATCH] Make the metadata docs agree with what's currently implemented --- docs/docsite/rst/dev_guide/developing_modules_documenting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst index 5211e3ea036..f1e370dec3d 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst @@ -59,7 +59,7 @@ Format:: ANSIBLE_METADATA = { 'version': '1.0', - 'supported_by': 'core|community|core_curated', + 'supported_by': 'core|community|unmaintained|committer', 'status': ['stableinterface|preview|deprecated|removed'] }