From 4dcf89170ae778cf5fb40eba9ac52c65c567df4a Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 14 Oct 2019 23:06:36 +0000 Subject: [PATCH] resultsdb: don't apply ci_resultsdb role to resultsdb-stg01.qa Just putting in another conditional to the role so that it's not applied on the taskotron instance --- playbooks/groups/resultsdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index 92ad3dade9..d8c8fc0dfe 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -79,4 +79,4 @@ roles: - { role: rdbsync, tags: ['rdbsync']} - - { role: ci_resultsdb, tags: ['ci_resultsdb'], when: deployment_type == "stg" } + - { role: ci_resultsdb, tags: ['ci_resultsdb'], when: deployment_type == "stg" and inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org"}