Page MenuHomeSolus

update ansible to 2.11.2
ClosedPublic

Authored by sethfl on Jul 10 2021, 4:57 AM.
Tags
None
Referenced Files
F11048444: D11433.id27660.diff
Thu, Aug 10, 4:36 PM
F11048442: D11433.id.diff
Thu, Aug 10, 4:36 PM
F11048441: D11433.id27654.diff
Thu, Aug 10, 4:36 PM
F11034021: D11433.diff
Wed, Aug 9, 4:24 PM
F11006478: D11433.diff
Tue, Aug 1, 3:29 PM
F10917147: D11433.id.diff
Jul 8 2023, 3:54 PM
F10908673: D11433.id27654.diff
Jul 7 2023, 1:06 AM
F10895767: D11433.diff
Jul 1 2023, 7:16 PM
Subscribers

Details

Summary

Changelog:

  • Security Fixes
    • templating engine fix for not preserving usnafe status when trying to preserve newlines. CVE-2021-3583
  • Bugfixes
    • AnsibleModule.set_mode_if_different - don't check file existence when check_mode is activated.
    • Apply `display_failed_stderr` callback option on loop item results.
    • Avoid task executor from ending early as vars can come from delegated to host.
    • ansible-pull - update documentation for `--directory` option to clarify path must be absolute.
    • config, ensure 'quoted' lists from ini or env do not take the quotes literally as part of the list item.
    • gather_facts, package, service - fix using module_defaults for the modules in addition to the action plugins.
    • psrp - Always cleanup the last run pipeline if a second pipeline is invoked to avoid violating any resource limits.
    • psrp - Fix error when resetting a connection that was initialised but not connected
    • psrp - Try to clean up any server-side resources when resetting a connection.
    • roles - make sure argspec validation task is tagged with `always`.
    • slurp - Fix error messages for unreadable files and directories.
    • slurp - handle error when `path` is a directory and not a file.
    • ssh connection - fix interaction between transfer settings options.
    • subversion - fix stack trace when getting information about the repository
    • version test - improve error message when an empty version is provided
Test Plan
  • Run playbook on Bare Metal Fedora 34
  • Run playbook on Ubuntu 21.04 VM

Diff Detail

Repository
R360 ansible
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

LGTM, thanks!

This revision is now accepted and ready to land.Jul 10 2021, 9:04 AM
This revision was automatically updated to reflect the committed changes.