mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 16:31:26 -07:00
Ignore check_hostname
when using MySQLdb
This commit is contained in:
parent
3aed674194
commit
5d9469831b
8 changed files with 38 additions and 9 deletions
|
@ -66,7 +66,8 @@ options:
|
|||
description:
|
||||
- Whether to validate the server host name when an SSL connection is required.
|
||||
- Setting this to False disables hostname verification. Use with caution.
|
||||
- Requires pymysql >= 0.7.11. MySQLdb does not support this option.
|
||||
- Requires pymysql >= 0.7.11.
|
||||
- This optoin has no effect on MySQLdb.
|
||||
type: bool
|
||||
requirements:
|
||||
- PyMySQL (Python 2.7 and Python 3.X), or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue