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