mysql_db: Add support for sql_log_bin option

This commit is contained in:
yves_rix 2025-07-07 21:58:58 +02:00
commit 157ee3faf5
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).