Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible
From: Adam Ciarcinski
Date: 2023-03-29 10:45:48
Message id: 20230329084548.416C3F9F4@cvs.NetBSD.org
Log Message:
ansible: updated to 7.4.0
7.4.0
Major Changes
-------------
community.hrobot
~~~~~~~~~~~~~~~~
- firewall - Hetzner added output rules support to the firewall. This change \
unfortunately means that using old versions of the firewall module will always \
set the output rule list to empty, thus disallowing the server to send out \
packets (https://github.com/ansible-collections/community.hrobot/issues/75, \
https://github.com/ansible-collections/community.hrobot/pull/76).
community.vmware
~~~~~~~~~~~~~~~~
- Use true/false (lowercase) for boolean values in documentation and examples \
(https://github.com/ansible-collections/community.vmware/issues/1660).
fortinet.fortios
~~~~~~~~~~~~~~~~
- Add annotations of member operation for every module.
- Update ``fortios.py`` for higher performance;
- supports temporary session key and pre/post login banner;
- update the examples on how to use member operation in Q&A.
purestorage.fusion
~~~~~~~~~~~~~~~~~~
- Patching of resource properties was brought to parity with underlying Python \
SDK, meaning the collection can create/update/delete all resource properties the \
SDK can
- fusion_volume - fixed and reorganized, arguments changed
Files: