summaryrefslogtreecommitdiff
path: root/docs/docsite
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-07-31 15:04:22 -0500
committerGitHub <noreply@github.com>2018-07-31 15:04:22 -0500
commit01c0446cb54acca76a21a86a698b5937ffb879f2 (patch)
tree08f56db4bf6145876d06b02f70034d966a8cf145 /docs/docsite
parent25218e6843d5e6f1d95d4d131d1346c43ee8f855 (diff)
downloadansible-01c0446cb54acca76a21a86a698b5937ffb879f2.tar.gz
Add AnsibleModule signature schema, and fix associated issues (#43512)
Diffstat (limited to 'docs/docsite')
-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 3422493915..d7636e22d3 100644
--- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst
+++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst
@@ -120,6 +120,7 @@ Errors
329 Default value from the argument_spec is not compatible with type defined in the argument_spec
330 Choices value from the argument_spec is not compatible with type defined in the argument_spec
331 argument in argument_spec must be a dictionary/hash when used
+ 332 ``AnsibleModule`` schema validation error
..
--------- -------------------
**4xx** **Syntax**