add mysql_full_version and suffix return variable

add changelog fragment
This commit is contained in:
Sebastian Gumprich 2021-03-11 11:59:41 +01:00
commit 61c652da3b
3 changed files with 36 additions and 6 deletions

View file

@ -48,7 +48,7 @@
- assert:
that:
- result.changed == false
- result.version != {}
- "mysql_version in result.version.full_version"
- result.settings != {}
- result.global_status != {}
- result.databases != {}