Update plugins/doc_fragments/mysql.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2020-10-05 10:54:44 +03:00 committed by GitHub
parent 5acc1e9da3
commit 0be597e607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ options:
check_hostname:
description:
- 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.
- This optoin has no effect on MySQLdb.
type: bool