Skip to content
Snippets Groups Projects
Commit 8361568c authored by tiger-seo's avatar tiger-seo Committed by Sergey Shupylo
Browse files

add quotes, so that all databases (*.*) is acceptable

parent f5bebe3d
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ include: ...@@ -26,7 +26,7 @@ include:
mysql_grants.present: mysql_grants.present:
- name: {{ user['name'] ~ '_' ~ db['database'] }} - name: {{ user['name'] ~ '_' ~ db['database'] }}
- grant: {{db['grants']|join(",")}} - grant: {{db['grants']|join(",")}}
- database: {{ db['database'] }}.* - database: '{{ db['database'] }}.*'
- user: {{ user['name'] }} - user: {{ user['name'] }}
- host: '{{ user['host'] }}' - host: '{{ user['host'] }}'
- connection_host: localhost - connection_host: localhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment