mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm-vector-maps/tasks/install.yml: Clarify phpX.Y-sqlite3 (can also be installed by www_base/tasks/php-stem.yml)
This commit is contained in:
parent
60f7be2609
commit
32b6035e78
1 changed files with 3 additions and 3 deletions
|
@ -171,15 +171,15 @@
|
|||
dest: "{{ vector_map_path }}/maplist/index.html"
|
||||
force: yes
|
||||
|
||||
- name: "Install packages for map installation: python3-wget, php{{ php_version }}-sqlite3, python3-geojson, python3-pil"
|
||||
- name: "Install packages for map installation: python3-geojson, python3-pil, python3-wget, php{{ php_version }}-sqlite3 (can also be installed by www_base/tasks/php-stem.yml)"
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- python3-geojson
|
||||
- python3-pil
|
||||
- python3-wget
|
||||
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm in nginx/tasks/install.yml
|
||||
- php{{ php_version }}-sqlite3
|
||||
- python3-geojson
|
||||
- python3-pil
|
||||
|
||||
- name: Copy 6 scripts to /usr/bin, for downloading tiles (0755)
|
||||
get_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue