mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix file copying in landingpage task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user