Revert mirrorlist_server hotfix which is included in the new release

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2015-12-16 19:24:10 +00:00
parent bd658bd737
commit d8f62a2adb
2 changed files with 0 additions and 1136 deletions

File diff suppressed because it is too large Load diff

View file

@ -75,12 +75,6 @@
# - selinux
- name: HOTFIX - increase the number of possible child processes and use threads
copy: src="{{ files }}/hotfix/mirrorlist/mirrorlist_server.py" dest=/usr/share/mirrormanager2/mirrorlist_server.py
owner=root group=root mode=0755
tags:
- hotfix
- name: make a /var/log/mirrormanager dir for logs
file: dest=/var/log/mirrormanager/ state=directory owner=mirrormanager group=mirrormanager mode=0755
tags: