Page MenuHomeSolus

update ansible to 2.11.3
ClosedPublic

Authored by sethfl on Aug 3 2021, 5:53 PM.
Tags
None
Referenced Files
F11048409: D11582.id.diff
Thu, Aug 10, 4:35 PM
F11048408: D11582.id28048.diff
Thu, Aug 10, 4:35 PM
F11048407: D11582.id28027.diff
Thu, Aug 10, 4:35 PM
F11034016: D11582.diff
Wed, Aug 9, 4:23 PM
F11013190: D11582.id28027.diff
Fri, Aug 4, 11:05 AM
F10978364: D11582.id.diff
Sat, Jul 22, 6:54 PM
F10921580: D11582.id28048.diff
Jul 9 2023, 1:37 PM
F10886822: D11582.id28048.diff
Jun 26 2023, 3:36 AM
Subscribers

Details

Summary

Changelog:

  • Minor Changes
    • ansible-test - aws creates and exposes a new tiny_prefix variable to provide a shorter prefix for the AWS tests.
  • Bugfixes
    • Add unicode support to `ansible-inventory` CLI
    • Ensure we get full path for extra vars into cliargs to avoid realpath issues after initial load.
    • ansible-doc - in text output, do not show empty `version_added_collection` value
    • ansible-test - restrict `packaging to < 21.0 for Python < 3.6`
    • command - remove unreachable code path when trying to convert the value for `chdir` to bytes
    • module_common - handle exception when multiple workers try to create the cache directory
    • roles - make sure argspec validation task templates suboptions
    • slurp - improve the logic in the error handling and remove `os.stat()` call
    • ssh_connection - rename `retries to reconnection_retries` to avoid conflicts with task vars
    • ssh_connection - set the default for `reconnection_retries back to 0`
    • task_executor/ssh_connection - use the `retries value from ssh_connection settings, not the default from the Task` field attributes
Test Plan
  • Run playbook on Bare Metal Fedora 34
  • Run playbook on Debian 10 VPS

Diff Detail

Repository
R360 ansible
Lint
Lint Not Applicable
Unit
Tests Not Applicable