1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

mysql_db: Add support for sql_log_bin option (#723)

This commit is contained in:
Yves Heitz 2025-07-14 08:38:51 +02:00 committed by GitHub
parent 105f9fd1ce
commit 83ad0e81e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- mysql_db - Add support for ``sql_log_bin`` option (https://github.com/ansible-collections/community.mysql/issues/700).