mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify python3-geojson in osm-vector-maps/tasks/main.yml
This commit is contained in:
parent
466a324a87
commit
3f3e313b8d
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
|||
|
||||
- name: Install python3-geojson package, that helps with geojson
|
||||
package:
|
||||
name: python3-geojson
|
||||
#name: python-geojson does not exist on Ubuntu 19.10
|
||||
name: python3-geojson # 2019-10-14: should work across modern Linux OS's
|
||||
state: present
|
||||
|
||||
- name: Install /usr/bin/iiab-update-map for updating of Map Pack catalog & descriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue