mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-31 10:21:47 -07:00
Improve doc
This commit is contained in:
parent
13c39ffced
commit
ae32075db9
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue