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:
parent
f94d83453f
commit
4dcf89170a
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue