From eee170b6c95a45dc0fb0199953866d2d6237d02b Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 29 Jun 2015 10:07:46 +0000 Subject: [PATCH] Revert "HOTFIX koschei downgrade scheduler lock" This reverts commit 3b6cee493bb2249859f4dc0418af4edd33c6b687. --- roles/koschei/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index ef4b246d68..662dd70a7d 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -121,15 +121,3 @@ tags: - koschei - hotfix - -- name: HOTFIX koschei downgrade scheduler lock - lineinfile: > - dest=/usr/lib/python2.7/site-packages/koschei/scheduler.py - regexp="LOCK TABLE package IN EXCLUSIVE MODE" - line=" self.db.execute(\"LOCK TABLE package IN SHARE MODE;\")" - when: env == "production" - notify: - - restart koschei-scheduler - tags: - - koschei - - hotfix