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