Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I3331fab81db736d15580126f1706f562dafd2100
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:54:58 +02:00
parent 45973eda69
commit 784942e195
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
vhost: "{{ item }}"
read_priv: .*
state: "present"
no_log: true
when: rabbitmq_monitoring_password is defined
with_items:
- "{{ rabbitmq_vhosts.stdout_lines }}"