1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-03 23:01:49 +00:00

mysql_user: fix ed25512 plugin handling (#619)

This commit is contained in:
Andrew Klychkov 2024-03-14 07:19:39 +01:00 committed by GitHub
parent c99c19a489
commit bfe2fdc3ff
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 (https://github.com/ansible-collections/community.mysql/issues/6).