From ebe8d4728a2ee22dc411c8d9eb7b6dd610bc9dab Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 10 Oct 2019 15:06:40 +0200 Subject: [PATCH] resultsdb: install ci_resultsdb on the stg box Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/resultsdb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index 1328c48f0d..92ad3dade9 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -79,3 +79,4 @@ roles: - { role: rdbsync, tags: ['rdbsync']} + - { role: ci_resultsdb, tags: ['ci_resultsdb'], when: deployment_type == "stg" }