You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesalexey-medvedchikov#42
Signed-off-by: Jason Rogena <[email protected]>
Noticed that users maintain the original password even when their password is changed in the
rabbitmq_users
var.Fixed it by adding the
force: yes
option here:ansible-rabbitmq/tasks/rabbitmq.yml
Line 17 in 98a4ee3
The text was updated successfully, but these errors were encountered: