diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index a6f9f45..4f5f2fd 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -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: