Skip to content

Commit

Permalink
ansible-core: updated to 2.17.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
adam committed Jun 18, 2024
1 parent 94e4780 commit e3552ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sysutils/ansible-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.32 2024/05/22 04:57:28 adam Exp $
# $NetBSD: Makefile,v 1.33 2024/06/18 12:19:04 adam Exp $

DISTNAME= ansible_core-2.17.0
DISTNAME= ansible_core-2.17.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
Expand Down
8 changes: 4 additions & 4 deletions sysutils/ansible-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.28 2024/05/22 04:57:28 adam Exp $
$NetBSD: distinfo,v 1.29 2024/06/18 12:19:04 adam Exp $

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

0 comments on commit e3552ad

Please sign in to comment.