mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
when: moodle_install
|
||||||
tags: olpc, moodle
|
tags: olpc, moodle
|
||||||
|
|
||||||
|
- name: OSM_VECTOR
|
||||||
|
include_role:
|
||||||
|
name: osm-vector
|
||||||
|
when: osm_vector_install is defined and osm_vector_install
|
||||||
|
tags: osm
|
||||||
|
|
||||||
# UNMAINTAINED
|
# UNMAINTAINED
|
||||||
- name: OSM
|
- name: OSM
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -11,6 +11,12 @@
|
||||||
url: "{{ iiab_osm_url }}/assets/regions.json"
|
url: "{{ iiab_osm_url }}/assets/regions.json"
|
||||||
dest: '{{ osm_vector_path }}/maplist/assets/'
|
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
|
- 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