mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Revert "HOTFIX koschei downgrade scheduler lock"
This reverts commit 3b6cee493b.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user