Fix missing var

This commit is contained in:
Laurent Indermuehle 2023-01-05 19:05:02 +01:00
parent 98ce2af28c
commit 1de0f2ce77
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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: