mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update osm-vector-maps/tasks/install.yml
This commit is contained in:
parent
a8c3261cdd
commit
0b368bb64d
1 changed files with 7 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
mode: '0755'
|
||||
|
||||
|
||||
# 2020-01-27: See #2197 "OSM Install Errors" -- should the following 3 stanzas
|
||||
# 2020-01-27: See #2197 "OSM Install Errors" -- should the following 4 stanzas
|
||||
# be restored to enable-or-disable.yml ? What fix is best short/long term?
|
||||
|
||||
- name: Copy countries.json (geojson) to {{ vector_map_path }}/maplist/assets
|
||||
|
@ -60,6 +60,12 @@
|
|||
src: index.html
|
||||
dest: "{{ vector_map_path }}/maplist/index.html" # /library/www/osm-vector-maps
|
||||
|
||||
- name: Install {{ vector_map_path }}/index.html redirect for http://box/maps -> http://box/osm-vector-maps
|
||||
copy:
|
||||
force: no
|
||||
src: test-index.redirect
|
||||
dest: "{{ vector_map_path }}/index.html" # /library/www/osm-vector-maps
|
||||
|
||||
|
||||
- name: "Add 'osm_vector_maps_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue