diff --git a/roles/fas_client/tasks/main.yml b/roles/fas_client/tasks/main.yml index e6f0399b69..f4d13d25da 100644 --- a/roles/fas_client/tasks/main.yml +++ b/roles/fas_client/tasks/main.yml @@ -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' diff --git a/roles/fedocal/tasks/main.yml b/roles/fedocal/tasks/main.yml index 4e1f59e73c..4507003203 100644 --- a/roles/fedocal/tasks/main.yml +++ b/roles/fedocal/tasks/main.yml @@ -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 diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index 9017376063..8fc088d16e 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -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