Fix file copying in landingpage task

This commit is contained in:
Josef Skladanka 2016-07-08 11:01:00 +02:00
parent a62d8d8067
commit 8f6ff8cd5f

View file

@ -22,8 +22,8 @@
- name: copy static bits
copy: src=static/ dest=/var/www/html/static owner=apache group=apache mode=0644
- name: copy fonts
copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/ owner=apache group=apache mode=0644
#- name: copy fonts
#copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/ owner=apache group=apache mode=0644
- name: generate landing page
template: src=landingpage.html.j2 dest=/var/www/html/index.html owner=apache group=apache mode=0644