mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
osm-vector-maps/tasks/install.yml: Clarify Ansible output
This commit is contained in:
parent
2eac822fd2
commit
00df37b1a0
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@
|
||||||
dest: "{{ vector_map_path }}/maplist/index.html"
|
dest: "{{ vector_map_path }}/maplist/index.html"
|
||||||
force: yes
|
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:
|
package:
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
- python3-geojson
|
- python3-geojson
|
||||||
- python3-pil
|
- python3-pil
|
||||||
|
|
||||||
- name: Copy a scripts to download tiles
|
- name: Copy 6 scripts to /usr/bin, for downloading tiles
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/scripts/{{ item }}"
|
url: "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/scripts/{{ item }}"
|
||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue