mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Initial commit
This commit is contained in:
6
tests/integration/targets/mysql_query/defaults/main.yml
Normal file
6
tests/integration/targets/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
|
||||
Reference in New Issue
Block a user