Disable python-fedora hotfix of nuancier in stg
This commit is contained in:
parent
2389fa4bea
commit
f3ef23eebf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue