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
bfaaa422ad
commit
0582742a81
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
||||||
url: "{{ iiab_osm_url }}/assets/regions.json"
|
url: "{{ iiab_osm_url }}/assets/regions.json"
|
||||||
dest: '{{ osm_vector_path }}/assets'
|
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
|
- name: Fetch the javascript bundle with openlayers for test page
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_osm_url }}/assets/main.js"
|
url: "{{ iiab_osm_url }}/assets/main.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue