mysql_info: add server_engine return value

This commit is contained in:
Andrew Klychkov 2024-06-18 13:18:52 +02:00
commit e0aba88e05
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_info - return a database server engine used (https://github.com/ansible-collections/community.mysql/issues/644).