Skip to content

Commit e3552ad

Browse files
author
adam
committed
ansible-core: updated to 2.17.1
v2.17.1 ======= Minor Changes ------------- - ansible-test - Update ``pypi-test-container`` to version 3.1.0. Bugfixes -------- - Fix rapid memory usage growth when notifying handlers using the ``listen`` keyword (ansible/ansible#83392) - Fix the task attribute ``resolved_action`` to show the FQCN instead of ``None`` when ``action`` or ``local_action`` is used in the playbook. - Fix using ``module_defaults`` with ``local_action``/``action`` (ansible/ansible#81905). - fixed unit test test_borken_cowsay to address mock not been properly applied when existing unix system already have cowsay installed. - powershell - Implement more robust deletion mechanism for C# code compilation temporary files. This should avoid scenarios where the underlying temporary directory may be temporarily locked by antivirus tools or other IO problems. A failure to delete one of these temporary directories will result in a warning rather than an outright failure. - shell plugin - properly quote all needed components of shell commands (ansible/ansible#82535)
1 parent 94e4780 commit e3552ad

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sysutils/ansible-core/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.32 2024/05/22 04:57:28 adam Exp $
1+
# $NetBSD: Makefile,v 1.33 2024/06/18 12:19:04 adam Exp $
22

3-
DISTNAME= ansible_core-2.17.0
3+
DISTNAME= ansible_core-2.17.1
44
PKGNAME= ${DISTNAME:S/_/-/}
55
CATEGORIES= sysutils python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}

sysutils/ansible-core/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.28 2024/05/22 04:57:28 adam Exp $
1+
$NetBSD: distinfo,v 1.29 2024/06/18 12:19:04 adam Exp $
22

3-
BLAKE2s (ansible_core-2.17.0.tar.gz) = b815658b1787919b16a7c5f6571d51360f1069987ec64ee93a47a0aa5e2a77e1
4-
SHA512 (ansible_core-2.17.0.tar.gz) = 32206982158c060254c3b2d470e96c67b3cd91dae83f9888ac236395f540fa3b15bafa7a56e355e3bedbcc9726d78a8fc78a84468805acc8c06c6c3af7abf9aa
5-
Size (ansible_core-2.17.0.tar.gz) = 3120288 bytes
3+
BLAKE2s (ansible_core-2.17.1.tar.gz) = 36d4f45d92a8ae37960a96246442d4ba724fc664dc0500684f3ff620555b9831
4+
SHA512 (ansible_core-2.17.1.tar.gz) = 4690b41d000e62deb5b41b407d53e43e05e6bcf3a92e073411317264fabaea10b7ee737f798df20e12c4afaccf39807ed446570c9cfb0c58e7c5f45840b541a7
5+
Size (ansible_core-2.17.1.tar.gz) = 3123697 bytes
66
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2

0 commit comments

Comments
 (0)