Ah, that's actually an Ansible bug (45109)
https://github.com/ansible/ansible/pull/45109
This commit is contained in:
parent
1be82dfac2
commit
2ef372c962
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: "%2Fpubsub"
|
vhost: /pubsub
|
||||||
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: "%2Fpubsub"
|
vhost: /pubsub
|
||||||
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