Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I6f6b403df28f137336b7a5fd2749f2fb03b7eb7e
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:58:50 +02:00
parent 62c2b18f3f
commit 9b1a8eb9cd

View File

@ -29,3 +29,4 @@
state: "present"
delegate_to: "{{ groups['rabbitmq_all'][0] }}"
run_once: True
no_log: true