Skip to content

Commit

Permalink
Changing Users' Passwords
Browse files Browse the repository at this point in the history
Add the force: yes option to the command adding RabbitMQ users.

Fixes issue where users' passwords where not being changed after setting
for the first time.

Fixes alexey-medvedchikov#42

Signed-off-by: Jason Rogena <[email protected]>
  • Loading branch information
jasonrogena committed Nov 8, 2017
1 parent 98a4ee3 commit 0ee7902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
vhost: "{{ item.vhost|default('/') }}"
permissions: "{{ item.permissions|default(omit) }}"
tags: "{{ item.tags|default('') }}"
force: yes
with_items: "{{ rabbitmq_users }}"
no_log: true
tags: [configuration,rabbitmq]
Expand Down

0 comments on commit 0ee7902

Please sign in to comment.