From edae7b0524e4be11591562fa28b1d635b9c4028e Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 26 Nov 2018 14:34:13 -0600 Subject: [stable-2.7] Prevent metadata changes in a stable branch (#48994) (#49131) * [stable-2.7] Prevent metadata changes in a stable branch (#48994) (cherry picked from commit 7287d39) Co-authored-by: Matt Martz * Fix metadata comparison --- docs/docsite/rst/dev_guide/testing_validate-modules.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/docsite/rst/dev_guide/testing_validate-modules.rst b/docs/docsite/rst/dev_guide/testing_validate-modules.rst index 1fe01f4c5e..d2288f9f11 100644 --- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst +++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst @@ -126,6 +126,7 @@ Errors 331 argument in argument_spec must be a dictionary/hash when used 332 ``AnsibleModule`` schema validation error 333 ``ANSIBLE_METADATA.status`` of deprecated or removed can't include other statuses + 334 ``ANSIBLE_METADATA`` cannot be changed in a point release for a stable branch .. --------- ------------------- -- cgit v1.2.1