mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-08 02:01:32 -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
|
@ -46,7 +46,7 @@
|
|||
host: '{{ gateway_addr }}'
|
||||
login_user: '{{ user_name_1 }}'
|
||||
login_password: '{{ user_password_1 }}'
|
||||
login_host: '{{ gateway_addr }}'
|
||||
login_host: '{{ mysql_host }}'
|
||||
login_port: '{{ mysql_primary_port }}'
|
||||
ca_cert: /tmp/cert.pem
|
||||
register: result
|
||||
|
@ -71,7 +71,7 @@
|
|||
host: '{{ gateway_addr }}'
|
||||
login_user: '{{ user_name_1 }}'
|
||||
login_password: '{{ user_password_1 }}'
|
||||
login_host: '{{ gateway_addr }}'
|
||||
login_host: '{{ mysql_host }}'
|
||||
login_port: '{{ mysql_primary_port }}'
|
||||
ca_cert: /tmp/cert.pem
|
||||
check_hostname: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue