mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
be more consitent with zim processing
This commit is contained in:
parent
f0b1767e64
commit
f3d2bf2450
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
url: "{{ iiab_osm_url }}/assets/regions.json"
|
||||
dest: '{{ osm_vector_path }}/assets'
|
||||
|
||||
- name: Create a link to osm catalog in /common/assets
|
||||
file:
|
||||
src: "{{ osm_vector_path }}/assets/regions.json"
|
||||
dest: "{{ doc_root }}/common/assets/regions.json"
|
||||
state: link
|
||||
|
||||
- name: Fetch the javascript bundle with openlayers for test page
|
||||
get_url:
|
||||
url: "{{ iiab_osm_url }}/assets/main.js"
|
||||
|
|
Loading…
Add table
Reference in a new issue