getting rid of extra }} in filenames

This commit is contained in:
Tim Flink 2017-08-30 21:01:24 +00:00
parent a56245d6c3
commit e7e9c317ac

View file

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