diff --git a/roles/taskotron/taskotron-frontend/tasks/main.yml b/roles/taskotron/taskotron-frontend/tasks/main.yml index 07d4523491..462a7a9787 100644 --- a/roles/taskotron/taskotron-frontend/tasks/main.yml +++ b/roles/taskotron/taskotron-frontend/tasks/main.yml @@ -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