From bff81cccfc9cea92376244c64b0bb69308d12e3f Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 12 Feb 2016 15:23:11 +0100 Subject: [PATCH] Add hotfix for koschei changed group --- roles/koschei/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index 3b0481da60..a683136931 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -123,3 +123,12 @@ tags: - koschei - config + +- name: HOTFIX koji changed default group type + lineinfile: > + dest=/usr/lib/python2.7/site-packages/koschei/resolver.py + regexp="if not package['blocked'] and package['type'] == '[^']*']" + line="if not package['blocked'] and package['type'] == 'mandatory']" + tags: + - koschei + - hotfix