mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-01 19:54:26 -07:00
Use mysql_host var name instead of gateway_addr in tests
This commit is contained in:
parent
3f0f4ffdf5
commit
39de75bebd
24 changed files with 102 additions and 97 deletions
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
mysql_user: root
|
||||
mysql_password: msandbox
|
||||
mysql_host: '{{ gateway_addr }}'
|
||||
mysql_primary_port: 3307
|
||||
|
||||
test_db: test_db
|
||||
|
@ -15,4 +17,4 @@ nonexistent: user3
|
|||
role0: role0
|
||||
role1: role1
|
||||
role2: role2
|
||||
role3: role3
|
||||
role3: role3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue