From a9beef0b8d40ae9c0cf17bb4c1f2fbbd3a9fd16b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jun 2020 10:37:39 -0700 Subject: [PATCH] rabbitmq / osci: define the loop var in loop_control Signed-off-by: Kevin Fenzi --- roles/rabbitmq_cluster/tasks/apps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 4fd48df577..7e5b9f4c25 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -32,7 +32,6 @@ include_role: name: rabbit/queue vars: - loop_var: osci_pipeline_queue username: osci-pipelines{{ env_suffix }} queue_name: "{{ osci_pipeline_queue }}{{ env_suffix }}" # TTL: 10 days (in miliseconds) @@ -56,6 +55,8 @@ - osci-pipelines-queue-13 - osci-pipelines-queue-14 - osci-pipelines-queue-15 + loop_control: + loop_var: osci_pipeline_queue - name: Fedora Build Checks run_once: true