mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update plugins/modules/mysql_info.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
dabf5c6051
commit
b5f59ffdf7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ version:
|
|||
description: Database server version.
|
||||
returned: if not excluded by filter
|
||||
type: dict
|
||||
sample: { "version": { "major": 5, "minor": 5, "release": 60, "suffix": "MariaDB", "full_version": "5.5.60-MariaDB" } }
|
||||
sample: { "version": { "major": 5, "minor": 5, "release": 60, "suffix": "MariaDB", "full": "5.5.60-MariaDB" } }
|
||||
contains:
|
||||
major:
|
||||
description: Major server version.
|
||||
|
|
Loading…
Add table
Reference in a new issue