Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2024-04-02 07:47:18
Message id: 20240402054718.991EDFA2C@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.16.5
v2.16.5
=======
Minor Changes
-------------
- ansible-test - Add a work-around for permission denied errors when using \
``pytest >= 8`` on multi-user systems with an installed version of \
``ansible-test``.
Bugfixes
--------
- Fix an issue when setting a plugin name from an unsafe source resulted in \
``ValueError: unmarshallable object`` \
(https://github.com/ansible/ansible/issues/82708)
- Harden python templates for respawn and ansiballz around str literal quoting
- ansible-test - The ``libexpat`` package is automatically upgraded during \
remote bootstrapping to maintain compatibility with newer Python packages.
- template - Fix error when templating an unsafe string which corresponds to an \
invalid type in Python (https://github.com/ansible/ansible/issues/82600).
- winrm - does not hang when attempting to get process output when stdin write failed
Files: