Make python-fedora hotfix only apply to prod (update in stg shouldn't need it)

This commit is contained in:
Toshio くらとみ 2014-01-06 23:02:15 +00:00
parent e1b50b3a35
commit 688d37edfe

View file

@ -21,7 +21,7 @@
src="{{ files }}/hotfix/python-fedora/proxyclient.py"
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
owner=root mode=644
when: is_rhel == 'True'
when: is_rhel == 'True' and env != 'staging'
tags:
- hotfix
- packages