Add no_log to prevent leaking

Current galera install leaks sql passwords in standard output, patching
it with no_log.

Change-Id: Ia170e4f25e35984e68b4cd47c3d964a034236d11
(cherry picked from commit 3665575c52)
This commit is contained in:
Frank-ZhangXin 2018-03-27 13:41:41 -05:00 committed by Logan V
parent 9d3d11d1c8
commit 0731d67069
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
value: "{{ item.value }}"
vtype: "{{ item.vtype }}"
with_items: "{{ galera_debconf_items }}"
no_log: yes
- name: Prevent galera from starting on install
copy: