changing taskotron roles that use infra repo to use infra-testing for dev/stg, explicitly adding resultsdb_api to taskotron-client
This commit is contained in:
parent
59488842f9
commit
31eadd8442
5 changed files with 47 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
- name: ensure packages required for resultsdb_frontend are installed
|
||||
action: yum name={{ item }} state=latest
|
||||
when: deployment_type == 'prod'
|
||||
with_items:
|
||||
- resultsdb_frontend
|
||||
- mod_wsgi
|
||||
|
||||
- name: ensure packages required for resultsdb_frontend are installed (infra-testing)
|
||||
action: yum name={{ item }} state=latest enablerepo=infrastructure-testing
|
||||
when: deployment_type == 'dev' or deployment_type == 'stg'
|
||||
with_items:
|
||||
- resultsdb_frontend
|
||||
- mod_wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue