mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
Update plugins/doc_fragments/mysql.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
5acc1e9da3
commit
0be597e607
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +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.
|
- Setting this to C(false) disables hostname verification. Use with caution.
|
||||||
- Requires pymysql >= 0.7.11.
|
- Requires pymysql >= 0.7.11.
|
||||||
- This optoin has no effect on MySQLdb.
|
- This optoin has no effect on MySQLdb.
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue