Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible
From: Adam Ciarcinski
Date: 2022-08-26 11:55:09
Message id: 20220826095509.CEA1CF9EC@cvs.NetBSD.org
Log Message:
ansible: updated to 6.3.0
6.3.0
Major Changes
-------------
community.mysql
- mysql_db - the ``pipefail`` argument's default value will be changed to \
``true`` in community.mysql 4.0.0. If your target machines do not use ``bash`` \
as a default interpreter, set ``pipefail`` to ``false`` explicitly. However, we \
strongly recommend setting up ``bash`` as a default and ``pipefail=true`` as it \
will protect you from getting broken dumps you don't know about \
(https://github.com/ansible-collections/community.mysql/issues/407).
fortinet.fortios
- Support Diff feature in check_mode.
- Support Fortios 7.2.0.
Files: