diff --git a/roles/osm-vector-maps/tasks/install.yml b/roles/osm-vector-maps/tasks/install.yml index 2e58d4516..132c3b189 100644 --- a/roles/osm-vector-maps/tasks/install.yml +++ b/roles/osm-vector-maps/tasks/install.yml @@ -170,7 +170,7 @@ dest: "{{ vector_map_path }}/maplist/index.html" force: yes -- name: Get packages necessary for map installation +- name: "Install packages for map installation: python3-wget, php{{ php_version }}-sqlite3, python3-geojson, python3-pil" package: state: present name: @@ -179,7 +179,7 @@ - python3-geojson - python3-pil -- name: Copy a scripts to download tiles +- name: Copy 6 scripts to /usr/bin, for downloading tiles get_url: url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/scripts/{{ item }}" dest: /usr/bin/