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:
parent
4b254dc48c
commit
a8c3261cdd
1 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue