fixing package flag for local taskotron installs
This commit is contained in:
parent
56a7b4d141
commit
1bfb5fcc3f
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: ensure packages required for resultsdb_frontend are installed
|
||||
action: yum name={{ item }} state=latest
|
||||
when: deployment_type == 'prod'
|
||||
when: deployment_type == 'prod' or deployment_type == 'local'
|
||||
with_items:
|
||||
- resultsdb_frontend
|
||||
- mod_wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue