mysql_db: added zstd support (#696)

This commit is contained in:
Sergio 2025-01-16 09:35:04 +01:00 committed by GitHub
commit a45a0d006d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- mysql_db - added ``zstd`` (de)compression support for ``import``/``dump`` states
(https://github.com/ansible-collections/community.mysql/issues/696).