Add symlink for fmn.web fedora theme.

This commit is contained in:
Ralph Bean 2014-01-24 21:17:50 +00:00
parent 54d88840d5
commit 03be7b46c9

View file

@ -22,6 +22,12 @@
notify:
- restart apache
- name: setup symlink to fedora theme
file: >
src=/usr/share/fmn.web/static/bootstrap-3.0.2-fedora
dest=/usr/share/fmn.web/static/bootstrap
state=link
- name: copy fmn httpd config
copy: >
src=fmn.web.conf dest=/etc/httpd/conf.d/fmn.web.conf