1
0
Fork 0
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:
A Holt 2020-01-27 01:27:46 -05:00 committed by GitHub
parent a8c3261cdd
commit 0b368bb64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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