1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update enable-or-disable.yml.deprecated

This commit is contained in:
A Holt 2020-01-27 01:26:22 -05:00 committed by GitHub
parent 4b254dc48c
commit a8c3261cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,10 @@
# path: "{{ vector_map_path }}/index.html"
# register: osm_redirect
# No longer needed with NGINX
##Copy the redirect to the test page -- delete this later if more than one map
#- 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
# #when: not osm_redirect.stat.exists
#Copy the redirect to the test page -- delete this later if more than one map
- 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
#when: not osm_redirect.stat.exists