fixing unintended path for static files in ufmonitor
This commit is contained in:
parent
e6e1faded6
commit
f94ab22660
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
template: src=index.html.j2 dest="{{ ufmonitor_home }}/index.html" owner=apache group=apache mode=0775
|
||||
|
||||
- name: copy over static support files
|
||||
copy: src=media dest="{{ ufmonitor_home }}/media" owner=apache group=apache mode=0775
|
||||
copy: src=media dest="{{ ufmonitor_home }}" owner=apache group=apache mode=0775
|
||||
|
||||
- name: generate httpd config
|
||||
template: src=ufmonitor.conf.j2 dest=/etc/httpd/conf.d/ufmonitor.conf mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue