mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-04 07:19:11 -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
|
@ -2,6 +2,7 @@
|
|||
# defaults file for test_mysql_variables
|
||||
mysql_user: root
|
||||
mysql_password: msandbox
|
||||
mysql_host: '{{ gateway_addr }}'
|
||||
mysql_primary_port: 3307
|
||||
|
||||
user_name_1: 'db_user1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue