From 8f6ff8cd5f1162fa1e9e09e004ceeb5b93417a3b Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: Fri, 8 Jul 2016 11:01:00 +0200 Subject: [PATCH] Fix file copying in landingpage task --- roles/taskotron/taskotron-frontend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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