Seems the newer askbot no longer injects Celery config....
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fd7b72050d
commit
4d5fcae757
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue