Apparently the vhost argument fails with a starting /
Ansible bug?
This commit is contained in:
parent
f8228f97ea
commit
b90905db07
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: pubsub
|
||||
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: pubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue