Add symlink for fmn.web fedora theme.
This commit is contained in:
parent
54d88840d5
commit
03be7b46c9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue