mysql_info: remove plugin_auth_string field from output (#739)

This commit is contained in:
Andrew Klychkov 2025-09-16 13:53:00 +02:00 committed by GitHub
commit 7ff58997de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,2 @@
breaking_changes:
- mysql_info - The ``users_info`` filter does not return the ``plugin_auth_string`` field anymore. Use the `plugin_hash_string` return value instead (https://github.com/ansible-collections/community.mysql/pull/629).