1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

conflicts

This commit is contained in:
George Hunt 2019-04-08 07:50:01 -07:00
commit 91958e30d7
2 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,12 @@
when: moodle_install
tags: olpc, moodle
- name: OSM_VECTOR
include_role:
name: osm-vector
when: osm_vector_install is defined and osm_vector_install
tags: osm
# UNMAINTAINED
- name: OSM
include_role:

View file

@ -11,6 +11,12 @@
url: "{{ iiab_osm_url }}/assets/regions.json"
dest: '{{ osm_vector_path }}/maplist/assets/'
- name: Create a link to osm catalog in /common/assets
file:
src: "{{ osm_vector_path }}/maplist/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"