mysql_user: add correct ed25519 plugin handling when creating a user (#674)

This commit is contained in:
Andrew Klychkov 2024-09-05 12:19:33 +02:00 committed by GitHub
commit 3425fdb839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - add correct ``ed25519`` auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/issues/672).