You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (ansible-collections/community.mysql#407).
fortinet.fortios
- Support Diff feature in check_mode.
- Support Fortios 7.2.0.
SUMMARY
Relates to #403
mysql_db: change a default of the pipefail option to true in the next major (4.0.0 release)
For now:
The text was updated successfully, but these errors were encountered: