mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
Add caution note to documentation fragment.
This commit is contained in:
parent
b8b7353ad9
commit
07b2bfa420
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ options:
|
||||||
check_hostname:
|
check_hostname:
|
||||||
description:
|
description:
|
||||||
- Whether to validate the server host name when an SSL connection is required.
|
- 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. MySQLdb does not support this option.
|
||||||
type: bool
|
type: bool
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Add table
Reference in a new issue