mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-24 06:51:45 -07:00
add mysql_full_version and suffix return variable
add changelog fragment
This commit is contained in:
parent
bd86e249d0
commit
61c652da3b
3 changed files with 36 additions and 6 deletions
|
@ -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 != {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue