Commit fa23da2d by Nadeem Shahzad Committed by GitHub

Merge pull request #3991 from edx/nadeem/OPS-2238

changed rabbit user password/doesn't work without force
parents 2f881bb7 75c7650f
......@@ -263,6 +263,7 @@
rabbitmq_user:
user: "{{ item[0].name }}"
password: "{{ item[0].password }}"
force: yes
read_priv: '.*'
write_priv: '.*'
configure_priv: '.*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment