Add caution note to documentation fragment.

This commit is contained in:
Jorge-Rodriguez 2020-09-30 08:12:46 +03:00
parent b8b7353ad9
commit 07b2bfa420
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -65,6 +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.
- Requires pymysql >= 0.7.11. MySQLdb does not support this option.
type: bool
requirements: