Run collectstatic before trying to apply hotfixes.
This commit is contained in:
parent
6822f97cda
commit
785ce4ff87
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@
|
|||
- name: log ownership fix
|
||||
file: state=touch dest=/var/log/askbot/askfedora.log owner=apache group=apache
|
||||
|
||||
- name: run collectstatic
|
||||
command: creates=/var/www/html/askbot/static python /etc/askbot/sites/ask/config/manage.py collectstatic --noinput
|
||||
tags:
|
||||
- config
|
||||
|
||||
#- name: setup default skin link needed for askbot
|
||||
# file: state=link src=/usr/lib64/python2.6/site-packages/askbot/skins/default dest=/usr/lib64/python2.6/site-packages/askbot/static/default
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue