mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
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
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f94d83453f
commit
4dcf89170a
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user