Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2023-07-18 06:36:31
Message id: 20230718043631.9B6D0FBDB@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.15.2
v2.15.2
=======
Minor Changes
-------------
- Utilize gpg check provided internally by the ``transaction.run`` method as \
oppose to calling it manually.
- ansible-test - Add Fedora 38 remote.
- ansible-test - Use a context manager to perform cleanup at exit instead of \
using the built-in ``atexit`` module.
- dnf5 - enable environment groups installation testing in CI as its support was \
added.
- dnf5 - enable now implemented ``cacheonly`` functionality
Bugfixes
--------
- From issue https://github.com/ansible/ansible/issues/80880, when notifying a \
handler from another handler, handler notifications must be registered \
immediately as the flush_handler call is not recursive.
- ansible-galaxy - Fix issue installing collections containing directories with \
more than 100 characters on python versions before 3.10.6
- paramiko_ssh, psrp, and ssh connection plugins - ensure that all values for \
options that should be strings are actually converted to strings \
(https://github.com/ansible/ansible/pull/81029).
- templating - In the template action and lookup, use local jinja2 environment \
overlay overrides instead of mutating the templars environment
Known Issues
------------
- ansible-test - The Fedora 37 remote is known to occasionally hang during boot. \
It is no longer routinely tested as a result. If possible, use the Fedora 38 \
remote instead.
Files: