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

Merge pull request #3196 from jvonau/osm_url2

Revert "install fonts to '/viewer/assets/'"
This commit is contained in:
A Holt 2022-04-28 13:38:19 -04:00 committed by GitHub
commit b5f72390e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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