Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2022-11-14 10:33:51
Message id: 20221114093351.CC5C1FA90@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.14.0
v2.14.0
=======
Major Changes
-------------
- Move handler processing into new ``PlayIterator`` phase to use the configured \
strategy (https://github.com/ansible/ansible/issues/65067)
- ansible - At startup the filesystem encoding and locale are checked to verify \
they are UTF-8. If not, the process exits with an error reporting the errant \
encoding.
- ansible - Increase minimum Python requirement to Python 3.9 for CLI utilities \
and controller code
- ansible-test - At startup the filesystem encoding is checked to verify it is \
UTF-8. If not, the process exits with an error reporting the errant encoding.
- ansible-test - At startup the locale is configured as ``en_US.UTF-8``, with a \
fallback to ``C.UTF-8``. If neither encoding is available the process exits with \
an error. If the fallback is used, a warning is displayed. In previous versions \
the ``en_US.UTF-8`` locale was always requested. However, no startup checking \
was performed to verify the locale was successfully configured.
Files: