Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2025-01-28 09:08:22
Message id: 20250128080822.47AB3FBE0@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.18.2
v2.18.2
Bugfixes
- Ansible will now also warn when reserved keywords are set via a module \
(set_fact, include_vars, etc).
- Ansible.Basic - Fix ``required_if`` check when the option value to check is \
unset or set to null.
- Use consistent multiprocessing context for action write locks
- ansible-test - Fix up coverage reporting to properly translate the temporary \
path of integration test modules to the expected static test module path.
- ansible-vault will now correctly handle `--prompt`, previously it would issue \
an error about stdin if no 2nd argument was passed
- copy action now prevents user from setting internal options.
- gather_facts action now defaults to `ansible.legacy.setup` if `smart` was set, \
no network OS was found and no other alias for `setup` was present.
- gather_facts action will now issues errors and warnings as appropriate if a \
network OS is detected but no facts modules are defined for it.
- ssh - Improve the logic for parsing CLIXML data in stderr when working with \
Windows host. This fixes issues when the raw stderr contains invalid UTF-8 byte \
sequences and improves embedded CLIXML sequences.
- ssh - connection options were incorrectly templated during \
``reset_connection`` tasks (https://github.com/ansible/ansible/pull/84238).
Files: