mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-30 06:11:30 -07:00
Enhance error handling and doc of get_driver_name and get_driver_version
This commit is contained in:
parent
ff20c8ce18
commit
240729d566
2 changed files with 21 additions and 6 deletions
|
@ -207,13 +207,14 @@ slave_hosts:
|
|||
sample:
|
||||
- { "2": { "Host": "", "Master_id": 1, "Port": 3306 } }
|
||||
connector_name:
|
||||
description: The python connector name used by the plugins
|
||||
description: Name of the python connector used by the plugin. When the driver is not identified, returns C(Unknown).
|
||||
returned: always
|
||||
type: str
|
||||
sample:
|
||||
- "pymysql"
|
||||
- "MySQLdb"
|
||||
connector_version:
|
||||
description: The python connector version used by the plugins
|
||||
description: Version of the python connector used by the plugin. When the driver is not identified, returns C(Unknown).
|
||||
returned: always
|
||||
type: str
|
||||
sample:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue