Allow append privileges

I need one user to access two different databases, with this change I can handle it.
pull/63/head
Raul Ferriz 9 years ago
parent bb40196834
commit 3d5668fb04
  1. 1
      tasks/users.yml

@ -6,4 +6,5 @@
password: "{{ item.password }}"
priv: "{{ item.priv | default('*.*:USAGE') }}"
state: present
append_priv: "{{ item.append_priv | default('no') }}"
with_items: mysql_users