Update documentation fragment

This commit is contained in:
Jorge-Rodriguez 2020-09-29 17:27:42 +03:00
parent 0b9523c6eb
commit ef80ff83c4
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -62,6 +62,11 @@ options:
- The path to the client private key.
type: path
aliases: [ ssl_key ]
check_hostname:
description:
- Whether to validate the server host name when an SSL connection is required.
- Requires pymysql >= 0.7.11. MySQLdb does not support this option.
type: bool
requirements:
- PyMySQL (Python 2.7 and Python 3.X), or
- MySQLdb (Python 2.x)