Disable python-fedora hotfix of nuancier in stg

This commit is contained in:
Toshio くらとみ 2014-01-06 23:06:43 +00:00
parent 2389fa4bea
commit f3ef23eebf

View file

@ -81,9 +81,11 @@
template: src={{ item.file }} template: src={{ item.file }}
dest="{{ item.location }}/{{ item.file }}" dest="{{ item.location }}/{{ item.file }}"
owner=apache group=apache mode=0600 owner=apache group=apache mode=0600
when: env != 'staging'
with_items: with_items:
- { file: flask_fas_openid.py, location: /usr/lib/python2.6/site-packages/ } - { file: flask_fas_openid.py, location: /usr/lib/python2.6/site-packages/ }
tags: tags:
- config - config
- hotfix
notify: notify:
- restart apache - restart apache