mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Revert "install fonts to '/viewer/assets/'"
This reverts commit a784d5ec27
.
This commit is contained in:
parent
5b11dadd49
commit
11c8c0df13
1 changed files with 2 additions and 2 deletions
|
@ -176,10 +176,10 @@
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
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:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ vector_map_path }}/viewer/assets/"
|
dest: "{{ doc_root }}/common/fonts/"
|
||||||
# mode: 0644
|
# mode: 0644
|
||||||
# owner: root
|
# owner: root
|
||||||
# group: root
|
# group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue