Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible-core
From: Adam Ciarcinski
Date: 2022-12-08 15:11:04
Message id: 20221208141104.8B83BFA90@cvs.NetBSD.org
Log Message:
ansible-core: updated to 2.14.1
v2.14.1
=======
Minor Changes
-------------
- ansible-test - Improve consistency of executed ``pylint`` commands by making \
the plugins ordered.
Bugfixes
--------
- Fixes leftover _valid_attrs usage.
- ansible-galaxy - make initial call to Galaxy server on-demand only when \
installing, getting info about, and listing roles.
- copy module will no longer move 'non files' set as src when remote_src=true.
- display - reduce risk of post-fork output deadlocks \
(https://github.com/ansible/ansible/pull/79522)
- jinja2_native: preserve quotes in strings \
(https://github.com/ansible/ansible/issues/79083)
- updated error messages to include 'acl' and not just mode changes when failing \
to set required permissions on remote.
Files: