diff --git a/playbooks/common-tasks/oslomsg-notify-vhost-user.yml b/playbooks/common-tasks/oslomsg-notify-vhost-user.yml index 869fbdd35a..2994e74149 100644 --- a/playbooks/common-tasks/oslomsg-notify-vhost-user.yml +++ b/playbooks/common-tasks/oslomsg-notify-vhost-user.yml @@ -32,7 +32,7 @@ rabbitmq_user: user: "{{ notify_user }}" password: "{{ notify_password }}" - vhost: "{{ vhost }}" + vhost: "{{ notify_vhost }}" configure_priv: ".*" read_priv: ".*" write_priv: ".*"