mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm-vector-maps/tasks/install.yml: Clarify {{ osm_repo_url }}/{{ maps_branch }}
This commit is contained in:
parent
81bb08ffb5
commit
30e0169f7a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
- name: Download {{ osm_repo_url }}/{{ maps_branch }}/2020/map-catalog.json to {{ iiab_etc_path }}
|
||||
get_url:
|
||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/2020/map-catalog.json"
|
||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/2020/map-catalog.json" # e.g. https://raw.githubusercontent.com/iiab/maps/master
|
||||
dest: "{{ iiab_etc_path }}" # /etc/iiab
|
||||
timeout: "{{ download_timeout }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue