Fix file copying in landingpage task
This commit is contained in:
parent
a62d8d8067
commit
8f6ff8cd5f
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
- name: copy static bits
|
- name: copy static bits
|
||||||
copy: src=static/ dest=/var/www/html/static owner=apache group=apache mode=0644
|
copy: src=static/ dest=/var/www/html/static owner=apache group=apache mode=0644
|
||||||
|
|
||||||
- name: copy fonts
|
#- name: copy fonts
|
||||||
copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/ owner=apache group=apache mode=0644
|
#copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/ owner=apache group=apache mode=0644
|
||||||
|
|
||||||
- name: generate landing page
|
- name: generate landing page
|
||||||
template: src=landingpage.html.j2 dest=/var/www/html/index.html owner=apache group=apache mode=0644
|
template: src=landingpage.html.j2 dest=/var/www/html/index.html owner=apache group=apache mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue