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
|
||||
destination: amqp_to_zmq
|
||||
destination_type: queue
|
||||
vhost: /pubsub
|
||||
vhost: %2Fpubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
tags:
|
||||
|
@ -57,7 +57,7 @@
|
|||
source: "{{item}}"
|
||||
destination: amqp_bridge_verify_missing
|
||||
destination_type: queue
|
||||
vhost: /pubsub
|
||||
vhost: %2Fpubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue