Make python-fedora hotfix only apply to prod (update in stg shouldn't need it)
This commit is contained in:
parent
e1b50b3a35
commit
688d37edfe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
src="{{ files }}/hotfix/python-fedora/proxyclient.py"
|
src="{{ files }}/hotfix/python-fedora/proxyclient.py"
|
||||||
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
|
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
|
||||||
owner=root mode=644
|
owner=root mode=644
|
||||||
when: is_rhel == 'True'
|
when: is_rhel == 'True' and env != 'staging'
|
||||||
tags:
|
tags:
|
||||||
- hotfix
|
- hotfix
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue