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:
Sebastian Gumprich 2021-03-16 08:10:52 +01:00 committed by GitHub
parent 2254b29178
commit a5ee4b3d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 73 additions and 6 deletions

View file

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