Sloane Hertel
Sloane Hertel
##### SUMMARY Backporting #78327 Fixes #77969 (cherry picked from commit 04e892757941bf77198692bbe37041d7a8cbf999) ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/modules/apt.py ##### ADDITIONAL INFORMATION ```paste below ```
##### SUMMARY ##### ISSUE TYPE - Bugfix Pull Request - Docs Pull Request - Feature Pull Request - Test Pull Request ##### COMPONENT NAME ##### ADDITIONAL INFORMATION ```paste below ```
##### SUMMARY Fixes #74536 If the dest exists and the source and dest have multiple common sub directories in a common directory, the first subdir containing a change would prevent...
##### SUMMARY The plugin_routing keys should just be plugin names without the namespace and package. A collection can only redirect its own content - ansible-core searches for the name as-given...
##### SUMMARY Fix legacy modules being cached and subsequently incorrectly used for fully qualified ansible.builtin modules. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME plugin/loader.py
##### SUMMARY Fixes #78566 * fix builtin/legacy connection plugins that accept extra variables when using the fqcr * add a test for winrm extra vars I checked 2.9 to see...
##### SUMMARY Backport for #78781 Introduced in 04e892757941bf77198692bbe37041d7a8cbf999 which was backported to 2.13 in https://github.com/ansible/ansible/pull/78462. (cherry picked from commit 4b45b4b09d9257006f7b23237293c8c1a04521d8) (cherry picked from commit 14f46845f9e74aac26aa54004c88a414926afc6a) ##### ISSUE TYPE - Bugfix...
##### SUMMARY Fixes https://github.com/ansible/ansible/issues/74580 ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT NAME docs/templates/config.rst.j2
##### SUMMARY Backport for #77468 * Limit Galaxy API calls during ansible-galaxy collection dependency resolution when possible Installing a tarfile with a dependency from a Galaxy server (e.g. dependencies: {'ns.coll':...
##### SUMMARY The config option is a list, but the CLI option --ignore-signature-status-code only accepted a string, so ignoring multiple error codes with it was very verbose. Now it accepts...