Skip to content
Snippets Groups Projects
Commit a6c057d6 authored by Gianni Carabelli's avatar Gianni Carabelli
Browse files

honorate mysql:server:host as in user declaration

parent 7ec43ad3
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ include:
- grant_option: {{ user['grant_option'] | default(False) }}
- user: {{ name }}
- host: '{{ host }}'
- connection_host: localhost
- connection_host: '{{ mysql_host }}'
- connection_user: '{{ mysql_salt_user }}'
{% if mysql_salt_pass -%}
- connection_pass: '{{ mysql_salt_pass }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment