Put that only in staging, actually.

This commit is contained in:
Ralph Bean 2015-09-23 19:11:18 +00:00
parent a1d2015422
commit 95e9d87604

View file

@ -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