mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-20 23:30:23 -07:00
add mysql_full_version and suffix return variable (#115)
* add mysql_full_version and suffix return variable add changelog fragment * rephrase changelog fragment * Update plugins/modules/mysql_info.py Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Add changes as per PR review * Add tests for new suffix output parameter Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Jorge-Rodriguez <jorge.rodriguez@futurice.com>
This commit is contained in:
parent
2254b29178
commit
a5ee4b3d1a
4 changed files with 73 additions and 6 deletions
|
@ -48,7 +48,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
- result.version != {}
|
||||
- "mysql_version in result.version.full"
|
||||
- result.settings != {}
|
||||
- result.global_status != {}
|
||||
- result.databases != {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue