mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update documentation fragment
This commit is contained in:
parent
0b9523c6eb
commit
ef80ff83c4
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ options:
|
|||
- The path to the client private key.
|
||||
type: path
|
||||
aliases: [ ssl_key ]
|
||||
check_hostname:
|
||||
description:
|
||||
- Whether to validate the server host name when an SSL connection is required.
|
||||
- Requires pymysql >= 0.7.11. MySQLdb does not support this option.
|
||||
type: bool
|
||||
requirements:
|
||||
- PyMySQL (Python 2.7 and Python 3.X), or
|
||||
- MySQLdb (Python 2.x)
|
||||
|
|
Loading…
Add table
Reference in a new issue