From bd62c08e1c45aa6fda004bcac68f9863532d0107 Mon Sep 17 00:00:00 2001 From: IBims1NicerTobi <54948543+IBims1NicerTobi@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:51:28 +0200 Subject: [PATCH] Update plugins/modules/mysql_query.py Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_query.py b/plugins/modules/mysql_query.py index 2cf42ab..17fa62e 100644 --- a/plugins/modules/mysql_query.py +++ b/plugins/modules/mysql_query.py @@ -22,7 +22,7 @@ options: description: - SQL query to run. Multiple queries can be passed using YAML list syntax. - Must be a string or YAML list containing strings. - - If you use named_args or positional_args any C(%) will be interpreted + - If you use I(named_args) or I(positional_args) any C(%) will be interpreted as a formatting character. All literal C(%) characters in the query should be escaped as C(%%). - Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query