mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
conflicts
This commit is contained in:
commit
91958e30d7
2 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue