From 66ae58a98b27c538e35567e8e58f5880f8af42cd Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 8 May 2015 20:25:23 +0000 Subject: [PATCH] Document pull request for this hotfix --- roles/mirrormanager/crawler/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index 62b7a2459e..2bb524c549 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -62,6 +62,7 @@ - name: startup apache service: name=httpd enabled=yes state=started +# https://github.com/fedora-infra/mirrormanager2/pull/67 - name: HOTFIX - fix crawler for hosts which are always up2date copy: src="{{ files }}/hotfix/mirrormanager2/mm2_crawler" dest=/usr/bin/mm2_crawler owner=root group=root mode=0755