1
0
Fork 0
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:
A Holt 2023-01-27 23:54:43 -05:00 committed by GitHub
parent 81bb08ffb5
commit 30e0169f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"