mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 12:51:26 -07:00
Use same variable as other target for consistency
This commit is contained in:
parent
06ca921577
commit
994c6efab1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
mysql_params: &mysql_params
|
mysql_params: &mysql_params
|
||||||
login_user: '{{ mysql_user }}'
|
login_user: '{{ mysql_user }}'
|
||||||
login_password: '{{ mysql_password }}'
|
login_password: '{{ mysql_password }}'
|
||||||
login_host: '{{ gateway_addr }}'
|
login_host: '{{ mysql_host }}'
|
||||||
|
|
||||||
block:
|
block:
|
||||||
- name: Set mysql8022_and_higher
|
- name: Set mysql8022_and_higher
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue