Add AnsibleModule signature schema, and fix associated issues (#43512)

This commit is contained in:
Matt Martz
2018-07-31 15:04:22 -05:00
committed by GitHub
parent 25218e6843
commit 01c0446cb5
16 changed files with 72 additions and 36 deletions

View File

@@ -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**