From 190a82ac07896e7a7e82a935e77334e46fecbacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 3 Oct 2019 13:34:32 +0200 Subject: [PATCH] rabbitmq_cluster: Add testing key for CentOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/rabbitmq_cluster/tasks/apps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 72dc217fb5..96452697fc 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -21,4 +21,7 @@ vars: username: centos-ci{{ env_suffix }} queue_name: centos-ci{{ env_suffix }} + routing_keys: + # This routing key is for testing purposes only + - "org.centos.ci.*" # No routing key right now, to be defined later