mysql_user: add correct ed25519 plugin handling when creating a user

This commit is contained in:
Andrew Klychkov 2024-09-04 09:31:16 +02:00
commit 93b955406d
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).