Merge pull request #164 from johnnyrun/host_users

honorate mysql:server:host as in user declaration
This commit is contained in:
Niels Abspoel 2017-05-23 10:53:46 +02:00 committed by GitHub
commit c9b45bc267

View file

@ -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 }}'