Weird stuff happening, try to workaround
This commit is contained in:
parent
46c923780b
commit
a99b782cec
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
source: amq.topic
|
source: amq.topic
|
||||||
destination: amqp_to_zmq
|
destination: amqp_to_zmq
|
||||||
destination_type: queue
|
destination_type: queue
|
||||||
vhost: /pubsub
|
vhost: %2Fpubsub
|
||||||
login_user: admin
|
login_user: admin
|
||||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||||
tags:
|
tags:
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
source: "{{item}}"
|
source: "{{item}}"
|
||||||
destination: amqp_bridge_verify_missing
|
destination: amqp_bridge_verify_missing
|
||||||
destination_type: queue
|
destination_type: queue
|
||||||
vhost: /pubsub
|
vhost: %2Fpubsub
|
||||||
login_user: admin
|
login_user: admin
|
||||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue