mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
initial commit
This commit is contained in:
parent
9fcbbaad81
commit
76a1adffef
108 changed files with 8729 additions and 42 deletions
6
tests/integration/mysql_query/defaults/main.yml
Normal file
6
tests/integration/mysql_query/defaults/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
root_user: root
|
||||
db_name: data
|
||||
test_db: testdb
|
||||
test_table1: test1
|
||||
test_table2: test2
|
||||
test_script_path: /tmp/test.sql
|
Loading…
Add table
Add a link
Reference in a new issue