Page MenuHomeSolus

update ansible to 2.10.5
ClosedPublic

Authored by sethfl on Feb 6 2021, 1:59 AM.
Tags
None
Referenced Files
F11048480: D10499.id.diff
Thu, Aug 10, 4:37 PM
F11048479: D10499.id25891.diff
Thu, Aug 10, 4:37 PM
F11048478: D10499.id25313.diff
Thu, Aug 10, 4:37 PM
F11034031: D10499.diff
Wed, Aug 9, 4:25 PM
F11002602: D10499.diff
Mon, Jul 31, 2:02 AM
F10965635: D10499.id.diff
Wed, Jul 19, 11:11 PM
F10880067: D10499.diff
Jun 22 2023, 1:18 PM
F10841391: D10499.id25891.diff
Jun 10 2023, 6:54 AM
Subscribers

Details

Summary

update ansible to 2.10.5

Changelog:

  • Minor Changes
    • Changed the internal name of the custom plugin used to identify use of unwanted imports and functions.
    • The `pylint` sanity test is now skipped with a warning on Python 3.9, but now supported on Python 3.8
    • Added macOS 11.1 as a remote target
    • Remote macOS instances no longer install `virtualenv` during provisioning
    • virtualenv helper scripts now prefer `venv on Python 3 over virtualenv if the ANSIBLE_TEST_PREFER_VENV` environment variable is set
  • Fixes
    • Apply `_wrap_native_text` only for builtin filters specified in STRING_TYPE_FILTERS.
    • Documentation change to the apt module to reference lock files
    • Fix --list-tasks format role_name : task_name when task name contains the role name
    • Fix ansible-galaxy collection list to show collections in site-packages
    • Fix bytestring vs string comparison in module_utils.basic.is_special_selinux_path()
    • Fix notifying handlers via role_name : handler_name when handler name contains the role name
    • Fix Python 3 interpreter parsing from module
    • inventory - pass the vars dictionary to combine_vars instead of an individual key's value
    • paramiko connection plugin - Ensure we only reset the connection when one has been previously established
    • Preserve the full unit name when using a templated service and `systemd failed to parse dbus due to a known bug in systemd`
    • Do the right thing when `password_lock=True and password` are used together
Test Plan
  • Run playbook on Fedora 33 VM
  • Run playbook on bare metal Ubuntu 20.10

Diff Detail

Repository
R360 ansible
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sethfl requested review of this revision.Feb 6 2021, 1:59 AM
JoshStrobl added a subscriber: JoshStrobl.

Changelog is short enough that it can be summarized

This revision now requires changes to proceed.Feb 12 2021, 1:33 PM
sethfl edited the summary of this revision. (Show Details)

Summarized, not copy / pasted. Please remove the GH issue references, don't use headers, just indent the fixes and minor changes list items with 1 whitespace, like so:

- Fixes
 - This is a fix.
This revision now requires changes to proceed.Mar 18 2021, 7:31 AM
sethfl edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 25 2021, 6:40 AM
This revision was automatically updated to reflect the committed changes.