Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2024-10-08 12:42:03
Message id: 20241008104203.7D20DFC7E@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.17.5
v2.17.5
Bugfixes
- Add descriptions for ``ansible-galaxy install --help` and ``ansible-galaxy \
role|collection install --help``.
- Errors now preserve stacked error messages even when YAML is involved.
- ``ansible-galaxy install --help`` - Fix the usage text and document that the \
requirements file passed to ``-r`` can include collections and roles.
- copy - mtime/atime not updated. Fix now update \
mtime/atime(https://github.com/ansible/ansible/issues/83013)
- delay keyword is now a float, matching the underlying 'time' API and user \
expectations.
- dnf5 - re-introduce the ``state: installed`` alias to ``state: present`` \
(https://github.com/ansible/ansible/issues/83960)
- module_utils atomic_move (used by most file based modules), now correctly \
handles permission copy and setting mtime correctly across all paths
Files: