mirror of https://github.com/ansible/ansible.git
* Skip recursive suboption validation if sub_parameters is not a dictionary
* Ensure sub parameter elements is a sequence to prevent iterating over string characters and causing duplicate error messages for the same param
(cherry picked from commit b5ed41edb3
)
pull/76391/head
parent
a17581efa6
commit
4079bc948b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- validate_argument_spec - Skip suboption validation if the top level option is an invalid type (https://github.com/ansible/ansible/issues/75612).
|
Loading…
Reference in New Issue