Seems the newer askbot no longer injects Celery config....

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-03-17 15:06:35 +00:00
parent fd7b72050d
commit 4d5fcae757

View file

@ -136,7 +136,19 @@
#
# ?
#
- name: Disable Celery for good
copy: >
dest=/usr/lib/python2.6/site-packages/celeryconfig.py
content="CELERY_ALWAYS_EAGER = True"
owner=root group=root mode=0644
tags:
- ask
- files
- celery
notify:
- restart httpd
- name: HOTFIX askbot backends.py
copy: >
src=backends.py dest=/usr/lib/python2.6/site-packages/post_office/backends.py