Run collectstatic before trying to apply hotfixes.

This commit is contained in:
Kevin Fenzi 2014-01-17 18:59:43 +00:00
parent 6822f97cda
commit 785ce4ff87

View file

@ -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
#