summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-11-26 14:34:13 -0600
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-11-26 14:34:13 -0600
commitedae7b0524e4be11591562fa28b1d635b9c4028e (patch)
tree5c45746b3206b45847a628d9af7e51067a2f78aa /docs
parent47d52541a6838793ad92572f2a34dce5158fb37d (diff)
downloadansible-edae7b0524e4be11591562fa28b1d635b9c4028e.tar.gz
[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 <matt@sivel.net> * Fix metadata comparison
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/testing_validate-modules.rst1
1 files changed, 1 insertions, 0 deletions
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
..
--------- -------------------