Fixed variable name notify_vhost

Change-Id: I156be12adeb1c95f19b349f6a4a65dd5fdaaea48
This commit is contained in:
Cecilia Di Maulo 2018-05-30 12:14:09 +02:00 committed by Jesse Pretorius (odyssey4me)
parent 962654d582
commit 41f371dd11

View File

@ -32,7 +32,7 @@
rabbitmq_user:
user: "{{ notify_user }}"
password: "{{ notify_password }}"
vhost: "{{ vhost }}"
vhost: "{{ notify_vhost }}"
configure_priv: ".*"
read_priv: ".*"
write_priv: ".*"