1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

install fonts to '/viewer/assets/'

This commit is contained in:
Jerry Vonau 2022-04-28 08:57:38 -05:00
parent 1049d94d4c
commit a784d5ec27

View file

@ -176,10 +176,10 @@
state: link
force: yes
- name: Copy fonts (16 files) to {{ doc_root }}/common/fonts/ for the general purpose map viewer (root:root, 0644 by default)
- name: Copy fonts (16 files) to {{ vector_map_path }}/viewer/assets/ for the general purpose map viewer (root:root, 0644 by default)
copy:
src: "{{ item }}"
dest: "{{ doc_root }}/common/fonts/"
dest: "{{ vector_map_path }}/viewer/assets/"
# mode: 0644
# owner: root
# group: root