diff --git a/tasks/mq_setup.yml b/tasks/mq_setup.yml index 9087e622..86c4bf64 100644 --- a/tasks/mq_setup.yml +++ b/tasks/mq_setup.yml @@ -82,12 +82,12 @@ rabbitmq_user: user: "{{ _oslomsg_notify_userid }}" password: "{{ _oslomsg_notify_password }}" + update_password: always vhost: "{{ _oslomsg_notify_vhost }}" configure_priv: ".*" read_priv: ".*" write_priv: ".*" state: "present" - force: true no_log: true - name: Setup RPC MQ Service (Qdrouterd)