mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Ah, that's actually an Ansible bug (45109)
https://github.com/ansible/ansible/pull/45109
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
source: amq.topic
|
||||
destination: amqp_to_zmq
|
||||
destination_type: queue
|
||||
vhost: "%2Fpubsub"
|
||||
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: "%2Fpubsub"
|
||||
vhost: /pubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user