From cc7d8fd49f160e7df39be30a3573bed857ab25c5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 13 Jun 2017 20:32:38 +0000 Subject: [PATCH] Enable Koschei hotfix only in staging for now --- roles/koschei/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/koschei/backend/tasks/main.yml b/roles/koschei/backend/tasks/main.yml index 5fed37bf4f..27bc3e1878 100644 --- a/roles/koschei/backend/tasks/main.yml +++ b/roles/koschei/backend/tasks/main.yml @@ -110,6 +110,7 @@ - name: HOTFIX koschei scheduler patch: src=koschei-scheduler-hotfix.patch basedir=/ + when: env == 'staging' notify: - restart koschei-scheduler tags: