diff --git a/roles/ufmonitor/tasks/main.yml b/roles/ufmonitor/tasks/main.yml index 595d861af2..48ebd43479 100644 --- a/roles/ufmonitor/tasks/main.yml +++ b/roles/ufmonitor/tasks/main.yml @@ -54,10 +54,10 @@ file: path="{{ ufmonitor_home }}" state=directory owner=apache group=apache mode=0775 - name: copy over index.html - template: src=index.html.j2 dest="{{ ufmonitor_home }}/index.html }}" owner=apache group=apache mode=0775 + 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 }}/media" owner=apache group=apache mode=0775 - name: generate httpd config template: src=ufmonitor.conf.j2 dest=/etc/httpd/conf.d/ufmonitor.conf mode=0755