Improve doc

This commit is contained in:
Andrew Klychkov 2022-04-26 10:23:22 +02:00
commit ae32075db9

View file

@ -22,9 +22,10 @@ options:
description:
- SQL query to run. Multiple queries can be passed using YAML list syntax.
- Must be a string or YAML list containing strings.
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query,
the module will report that the state has been changed even if it has not
when C(mysqlclient) connector is used.
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query
and C(mysqlclient) connector, the module will report that
the state has been changed even if it has not. If it is important in your
workflow, use the C(PyMySQL) connector instead.
type: raw
required: yes
positional_args: