mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 19:50:22 +08:00
Typo
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
tags:
|
||||
- config
|
||||
- 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:
|
||||
- config
|
||||
- name: Create the verify-missing bindings
|
||||
|
||||
Reference in New Issue
Block a user