From f115b7123b85c8f9379db8f75903b057d4414003 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 12 Feb 2016 15:30:50 +0100 Subject: [PATCH] Wrong file --- roles/koschei/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index a683136931..112a7cc352 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -126,8 +126,8 @@ - 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'] == '[^']*']" + 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']" tags: - koschei