ansible/changelogs/fragments/70017-avoid-params-to-callable-checkers.yml

5 lines
187 B
YAML
Raw Normal View History

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)