mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 21:01:28 -07:00
Fix missing var
This commit is contained in:
parent
98ce2af28c
commit
1de0f2ce77
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
mysql_parameters: &mysql_params
|
mysql_parameters: &mysql_params
|
||||||
login_user: '{{ mysql_user }}'
|
login_user: '{{ mysql_user }}'
|
||||||
login_password: '{{ mysql_password }}'
|
login_password: '{{ mysql_password }}'
|
||||||
|
login_host: '{{ mysql_host }}'
|
||||||
login_port: '{{ mysql_primary_port }}'
|
login_port: '{{ mysql_primary_port }}'
|
||||||
|
|
||||||
block:
|
block:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue