mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 21:30:24 -07:00
* mysql_query: correctly reflect changed status in replace statements.
* Fix the wrong indent.
(cherry picked from commit 9055bb4c8c
)
Co-authored-by: Tong He <68936428+unnecessary-username@users.noreply.github.com>
This commit is contained in:
parent
9c17158802
commit
64b06aa543
5 changed files with 37 additions and 1 deletions
|
@ -7,6 +7,7 @@ test_db: testdb
|
|||
test_table1: test1
|
||||
test_table2: test2
|
||||
test_table3: test3
|
||||
test_table4: test4
|
||||
test_script_path: /tmp/test.sql
|
||||
|
||||
user_name_1: 'db_user1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue