summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-19 12:58:46 +0000
committeradam <adam@pkgsrc.org>2020-05-19 12:58:46 +0000
commit2eeb8fc30df13aebcca5c71cc45c6bf63b798f5c (patch)
treebe16d5bbccfced0feb14d7cde3488594419843e2 /sysutils
parent223b00ec735a7c465c7633a6b079957ac511a790 (diff)
downloadpkgsrc-2eeb8fc30df13aebcca5c71cc45c6bf63b798f5c.tar.gz
ansible: updated to 2.9.9
v2.9.9 Bugfixes -------- - Fix an issue with the ``fileglob`` plugin where passing a subdirectory of non-existent directory would cause it to fail - https://github.com/ansible/ansible/issues/69450 v2.9.8 ====== Minor Changes ------------- - Add test for reboot & wait_for_connection on EOS & IOS (https://github.com/ansible/ansible/pull/63014) - Fixed 'intersect' filter spelling in constructed inventory plugin example. - Move cli prompt check logic from action to cliconf plugin (https://github.com/ansible/ansible/pull/63945) - Point inventory script location to their respective version rather than devel version in documentation. - ansible-test - Now includes testing support for RHEL 8.2 - ansible-test - Remove obsolete support for provisioning remote vCenter instances. The supporting services are no longer available. Bugfixes -------- - Collections - Allow a collection role to call a stand alone role, without needing to explicitly add ``ansible.legacy`` to the collection search order within the collection role. (https://github.com/ansible/ansible/issues/69101) - Fix cli context check for network_cli connection (https://github.com/ansible/ansible/pull/64697) - Revert 5f6427b1fc7449a5c42212013d3f628665701c3d as it breaks netconf connection - Role Installation - Ensure that a role containing files with non-ascii characters can be installed (https://github.com/ansible/ansible/issues/69133) - Update ActionBase._low_level_execute_command to honor executable (https://github.com/ansible/ansible/issues/68054) - collections - Handle errors better for filters and tests in collections, where a non-existent collection is specified, or importing the plugin results in an exception (https://github.com/ansible/ansible/issues/66721) - deal with cases in which just a file is pased and not a path with directories, now fileglob correctly searches in 'files/' subdirs. - dnf - Unified error messages when trying to install a nonexistent package with newer dnf (4.2.18) vs older dnf (4.2.9) - dnf - Unified error messages when trying to remove a wildcard name that is not currently installed, with newer dnf (4.2.18) vs older dnf (4.2.9) - hostname - make module work on Manjaro Linux (https://github.com/ansible/ansible/issues/61382) - mysql_user - fix the error No database selected (https://github.com/ansible/ansible/issues/68070). - ovirt_disk: add warning when uploading wrong format - ovirt_disk: upload image auto detect size - ovirt_network: allow to remove vlan_tag - pip - The virtualenv_command option can now include arguments without requiring the full path to the binary. (https://github.com/ansible/ansible/issues/52275) - pip - check_mode with ``state: present`` now returns the correct state for pre-release versioned packages - postgresql_set - fix converting value to uppercase (https://github.com/ansible/ansible/issues/67377). - redfish_config - fix support for boolean bios attrs (https://github.com/ansible/ansible/pull/68251) - service_facts - Now correctly parses systemd list-unit-files for systemd >=245 - sysvinit - Add missing parameter ``module`` in call to ``daemonize()``. - the default parsing will now show existing JSON errors and not just YAML (last attempted), also we avoid YAML parsing when we know we only want JSON issue - win_psmodule - Fix TLS 1.2 compatibility with PSGallery. - win_psrepository - Fix TLS 1.2 compatibility with PSGallery. - win_psrepository - Fix ``Ignore`` error when trying to retrieve the list of registered repositories - zabbix_template - no longer fails with KeyError when there are no macros present in existing template (see https://github.com/ansible-collections/community.zabbix/issues/19)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ansible/Makefile4
-rw-r--r--sysutils/ansible/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index b78814bf2da..84b4ae6444a 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/04/29 10:36:26 adam Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/19 12:58:46 adam Exp $
-DISTNAME= ansible-2.9.7
+DISTNAME= ansible-2.9.9
CATEGORIES= sysutils python
MASTER_SITES= https://releases.ansible.com/ansible/
diff --git a/sysutils/ansible/distinfo b/sysutils/ansible/distinfo
index 58549a68614..5e647b0a5c3 100644
--- a/sysutils/ansible/distinfo
+++ b/sysutils/ansible/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/29 10:36:26 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/05/19 12:58:46 adam Exp $
-SHA1 (ansible-2.9.7.tar.gz) = 4a7c2b1183148e58085186fe1f86f60d71759398
-RMD160 (ansible-2.9.7.tar.gz) = d0052dae4e754c13e28bd559fe2f9c6c4783c9e9
-SHA512 (ansible-2.9.7.tar.gz) = ce029441bcafdc5b44c9fda69f183d4defea84ead5628164caf87306cb97efec68c11b2cce728e90f28290640c320549486a6b4e823710f638d1d2e7c35675a4
-Size (ansible-2.9.7.tar.gz) = 14215538 bytes
+SHA1 (ansible-2.9.9.tar.gz) = cc384caef5ad6c006e43770fcda78fd7144e11ad
+RMD160 (ansible-2.9.9.tar.gz) = 427f4923aa3c043312024662d77b805610fa892c
+SHA512 (ansible-2.9.9.tar.gz) = 327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd
+Size (ansible-2.9.9.tar.gz) = 14222889 bytes