From 2b19775f4efe8b817d791878894bf86fc8bdf12f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 7 Nov 2019 10:35:48 +0100 Subject: [PATCH] resultsdb: tag the rabbit/queue roles Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/resultsdb.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index db46df8848..eb4cedad2e 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -49,6 +49,8 @@ - "org.centos.prod.ci.koji-build.test.complete" - "org.centos.prod.ci.koji-build.test.error" when: deployment_type == "prod" + tags: + - rabbit/queue - role: rabbit/queue username: "resultsdb{{ env_suffix }}" @@ -64,6 +66,8 @@ - "org.centos.*.ci.koji-build.test.complete" - "org.centos.*.ci.koji-build.test.error" when: deployment_type == "stg" + tags: + - rabbit/queue tasks: # this is how you include other task lists