fixing unintended path for static files in ufmonitor

This commit is contained in:
Tim Flink 2017-08-31 14:52:43 +00:00
parent e6e1faded6
commit f94ab22660

View file

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