Merge "Do not log passwords"

This commit is contained in:
Zuul 2018-04-13 12:33:43 +00:00 committed by Gerrit Code Review
commit fd5cbcd09a

View File

@ -21,6 +21,7 @@
name: "{{ db_name }}"
state: "present"
delegate_to: "{{ groups['galera_all'][0] }}"
no_log: True
tags:
- common-mysql
@ -37,5 +38,6 @@
append_privs: "{{ db_append_privs | default(omit) }}"
delegate_to: "{{ groups['galera_all'][0] }}"
with_items: "{{ grant_list | default(['localhost', '%']) }}"
no_log: True
tags:
- common-mysql