From faf446943241a92697670ba1344c8b2caea2a4b9 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 2 Nov 2020 21:50:01 +0300 Subject: [PATCH] Remove the irrelevant note --- plugins/modules/mysql_query.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/modules/mysql_query.py b/plugins/modules/mysql_query.py index 1a479e9..9ad527d 100644 --- a/plugins/modules/mysql_query.py +++ b/plugins/modules/mysql_query.py @@ -42,8 +42,6 @@ options: - Where passed queries run in a single transaction (C(yes)) or commit them one-by-one (C(no)). type: bool default: no -notes: -- To pass a query containing commas, use YAML list notation with hyphen (see EXAMPLES block). author: - Andrew Klychkov (@Andersson007) extends_documentation_fragment: