mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Weird stuff happening, try to workaround
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user