1
0
Fork 0
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:
George Hunt 2019-04-04 20:35:28 +01:00
parent f0b1767e64
commit f3d2bf2450

View file

@ -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"