mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
mysql_query: fix failing when single-row query contains commas
This commit is contained in:
parent
0dfd63a4cb
commit
a86282cd5e
3 changed files with 20 additions and 3 deletions
|
@ -6,6 +6,7 @@ db_name: data
|
|||
test_db: testdb
|
||||
test_table1: test1
|
||||
test_table2: test2
|
||||
test_table3: test3
|
||||
test_script_path: /tmp/test.sql
|
||||
|
||||
user_name_1: 'db_user1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue