mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 12:51:26 -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
|
||||
login_user: '{{ mysql_user }}'
|
||||
login_password: '{{ mysql_password }}'
|
||||
login_host: '{{ mysql_host }}'
|
||||
login_port: '{{ mysql_primary_port }}'
|
||||
|
||||
block:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue