Argument spec must be dict/hash (#40858)

validate-modules should fail when argument is not dict/hash.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-06-20 21:35:49 +05:30 committed by ansibot
commit 27b85e732d
2 changed files with 8 additions and 0 deletions

View file

@ -117,6 +117,7 @@ Errors
328 Choices value from the documentation is not compatible with type defined in the argument_spec
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
..
--------- -------------------
**4xx** **Syntax**