Typo
This commit is contained in:
parent
f476041493
commit
37bb9f815a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- name: Create the amqp-to-zmq bindings
|
- name: Create the amqp-to-zmq bindings
|
||||||
command: /usr/local/bin/rabbitmqadmin -V /pubsub -u admin -p {{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }} declare binding source=amq.topic destination=amq_to_zmq destination_type=queue
|
command: /usr/local/bin/rabbitmqadmin -V /pubsub -u admin -p {{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }} declare binding source=amq.topic destination=amqp_to_zmq destination_type=queue
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- name: Create the verify-missing bindings
|
- name: Create the verify-missing bindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue