bc05415109
Since only check_type_str() accepts extra param, only pass to our checker and do not pass kwargs to custom checkers. * Add unit tests
4 lines
187 B
YAML
4 lines
187 B
YAML
bugfixes:
|
|
- >-
|
|
if the ``type`` for a module parameter in the argument spec is callable,
|
|
do not pass ``kwargs`` to avoid errors (https://github.com/ansible/ansible/issues/70017)
|