Actually drop hotfix thats not needed anymore. Argh

This commit is contained in:
Kevin Fenzi 2015-10-10 18:49:58 +00:00
parent e2cb3dc4ee
commit 549d89f306
2 changed files with 0 additions and 2516 deletions

File diff suppressed because it is too large Load diff

View file

@ -269,18 +269,3 @@
when: is_rhel is defined and ansible_architecture == 'x86_64' and ansible_distribution_major_version|int == '6'
tags:
- koji_builder
- name: HOTFIX ssl fix for koji
copy: src=__init__.py dest=/usr/lib/python2.7/site-packages/koji/__init__.py
when: ansible_distribution_major_version|int != 6
tags:
- koji_builder
- hotfix
- name: HOTFIX ssl fix for koji
copy: src=__init__.py dest=/usr/lib/python2.6/site-packages/koji/__init__.py
when: ansible_distribution_major_version|int == 6
tags:
- koji_builder
- hotfix