diff --git a/tasks/users.yml b/tasks/users.yml index 06d769c..b94deef 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -8,3 +8,4 @@ state: present append_privs: "{{ item.append_privs | default('no') }}" with_items: "{{ mysql_users }}" + no_log: true