getting rid of extra }} in filenames
This commit is contained in:
parent
a56245d6c3
commit
e7e9c317ac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue