Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I975fab99cd51f3b735669c2bb90dcf114652ecdd
(cherry picked from commit a68127d267)
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:56:31 +02:00
parent 0de9899417
commit 286722baca
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
write_priv: ".*"
state: "present"
delegate_to: "{{ groups['rabbitmq_all'][0] }}"
no_log: true
tags:
- tacker-rabbitmq
- tacker-rabbitmq-user