From 6db9b164a1473bf27a6b6cbed5ebb1f86d817bd2 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Tue, 31 May 2022 12:53:04 +0200 Subject: [PATCH] Add another OSCI queue We need another queue as we are extending one of our triggers to another topic. Signed-off-by: Miroslav Vadkerti --- roles/rabbitmq_cluster/tasks/apps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 514cb23c9a..7fc7f4cb0e 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -49,6 +49,7 @@ - "osci-pipelines{{ env_suffix }}-queue-13" - "osci-pipelines{{ env_suffix }}-queue-14" - "osci-pipelines{{ env_suffix }}-queue-15" + - "osci-pipelines{{ env_suffix }}-queue-16" loop_control: loop_var: osci_pipeline_queue tags: