mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-01 19:54:26 -07:00
Refactor to remove useless variables
This commit is contained in:
parent
7fa1bf890b
commit
85f24bd8c6
3 changed files with 299 additions and 324 deletions
|
@ -3,18 +3,3 @@ mysql_user: root
|
|||
mysql_password: msandbox
|
||||
mysql_host: '{{ gateway_addr }}'
|
||||
mysql_primary_port: 3307
|
||||
|
||||
test_db: test_db
|
||||
test_table: test_table
|
||||
test_db1: test_db1
|
||||
test_db2: test_db2
|
||||
|
||||
user0: user0
|
||||
user1: user1
|
||||
user2: user2
|
||||
nonexistent: user3
|
||||
|
||||
role0: role0
|
||||
role1: role1
|
||||
role2: role2
|
||||
role3: role3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue