From b41268bbc9531f81986fa1659db2bb2e1e8cfda7 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Wed, 17 Feb 2016 09:45:34 +0100 Subject: [PATCH] Don't add koschei hotfix on stg --- roles/koschei/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index 112a7cc352..ca2c1445e9 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -129,6 +129,7 @@ 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