Remove python-fedora hotfixes
This commit is contained in:
parent
afb69f368a
commit
c3ed8a0145
3 changed files with 0 additions and 36 deletions
|
@ -16,16 +16,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: hotfix - python-fedora proxyclient.py
|
||||
copy: >
|
||||
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' and env != 'staging'
|
||||
tags:
|
||||
- hotfix
|
||||
- packages
|
||||
|
||||
- name: install nss_db on rhel hosts only
|
||||
yum: state=installed name=nss_db
|
||||
when: is_rhel == 'True'
|
||||
|
|
|
@ -62,16 +62,3 @@
|
|||
state=true
|
||||
persistent=true
|
||||
|
||||
|
||||
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
||||
template: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.file }}
|
||||
owner=apache group=apache mode=0600
|
||||
when: env != 'staging'
|
||||
with_items:
|
||||
- { file: flask_fas_openid.py, location: /usr/lib/python2.6/site-packages/ }
|
||||
tags:
|
||||
- config
|
||||
- hotfix
|
||||
notify:
|
||||
- restart apache
|
||||
|
|
|
@ -76,16 +76,3 @@
|
|||
file: >
|
||||
dest=/usr/share/nuancier/nuancier.wsgi
|
||||
setype=httpd_sys_content_t
|
||||
|
||||
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
||||
template: src={{ item.file }}
|
||||
dest="{{ item.location }}/{{ item.file }}"
|
||||
owner=apache group=apache mode=0600
|
||||
when: env != 'staging'
|
||||
with_items:
|
||||
- { file: flask_fas_openid.py, location: /usr/lib/python2.6/site-packages/ }
|
||||
tags:
|
||||
- config
|
||||
- hotfix
|
||||
notify:
|
||||
- restart apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue