mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Avoid comment repetition of e.g. {{ osm_repo_url }}/{{ maps_branch }} for PR #3204
This commit is contained in:
parent
fe846c48d2
commit
763dea9557
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
- name: Download OpenLayers test page stuff (JavaScript bundle etc) from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/* to {{ vector_map_path }}/test-page/ -- for test page http://box/osm-vector-maps/installer/
|
||||
get_url:
|
||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/{{ item }}" # https://raw.githubusercontent.com/iiab/maps / master
|
||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/{{ item }}"
|
||||
dest: "{{ vector_map_path }}/test-page/"
|
||||
timeout: "{{ download_timeout }}"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Reference in a new issue