mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-30 08:31:29 -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,6 @@
|
|||
mysql_user: root
|
||||
mysql_password: msandbox
|
||||
mysql_host: '{{ gateway_addr }}'
|
||||
mysql_primary_port: 3307
|
||||
|
||||
db_name: data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue