From 410f02adb96aaa9ec4c20af81b6745097a6564cb Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 26 Feb 2016 14:44:16 +0000 Subject: [PATCH] Remove koschei hotfix - merged upstream --- roles/koschei/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index 252648ae7c..5ab80671c1 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -131,13 +131,3 @@ tags: - koschei - config - -- name: HOTFIX koji changed default group type - lineinfile: > - dest=/usr/lib/python2.7/site-packages/koschei/util.py - regexp="if not package\['blocked'\] and package\['type'\] == '[^']*'\]" - line="if not package['blocked'] and package['type'] == 'mandatory']" - when: env != "staging" - tags: - - koschei - - hotfix