You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/module-ignore-unknown-optio...

7 lines
421 B
YAML

minor_changes:
- >-
modules - Add the ability for an action plugin to call ``self._execute_module(*, ignore_unknown_opts=True)`` to execute a module with options that may not be
supported for the version being called. This tells the module basic wrapper to ignore validating the options provided match the arg spec.
bugfixes:
- fetch - Do not calculate the file size for Windows fetch targets to improve performance.