From 07b2bfa42016b9f60561632c38552074cc95ddf8 Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Wed, 30 Sep 2020 08:12:46 +0300 Subject: [PATCH] Add caution note to documentation fragment. --- plugins/doc_fragments/mysql.py | 1 + 1 file changed, 1 insertion(+) 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: