Put that only in staging, actually.
This commit is contained in:
parent
a1d2015422
commit
95e9d87604
1 changed files with 8 additions and 0 deletions
|
@ -7,7 +7,15 @@
|
|||
- python-genshi
|
||||
- python-setuptools
|
||||
- zanata-python-client
|
||||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
|
||||
- name: Install extra packages for staging
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- python-dogpile-cache
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- packages
|
||||
- fedora-web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue