Use same variable as other target for consistency

This commit is contained in:
Laurent Indermuehle 2023-01-06 14:34:04 +01:00
parent 06ca921577
commit 994c6efab1
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -5,7 +5,7 @@
mysql_params: &mysql_params
login_user: '{{ mysql_user }}'
login_password: '{{ mysql_password }}'
login_host: '{{ gateway_addr }}'
login_host: '{{ mysql_host }}'
block:
- name: Set mysql8022_and_higher