mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
www_base/tasks/php-stem.yml: Install phpX.Y-sqlite3
This commit is contained in:
parent
9ea976cf5c
commit
60f7be2609
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@
|
|||
# Original bug: https://github.com/iiab/iiab/issues/829
|
||||
|
||||
|
||||
- name: Install apt package php{{ php_version }}-sqlite3 -- nec for http://box/modules/es-wikihow search -- can also installed by osm-vector-maps/tasks/install.yml
|
||||
package:
|
||||
state: present
|
||||
name: php{{ php_version }}-sqlite3
|
||||
|
||||
|
||||
- name: Populate php_extensions dictionary (lookup table of recent PHP versions and their corresponding YYYYMMDD, for /usr/lib/php/YYYYMMDD/stem.so)
|
||||
set_fact:
|
||||
php_extensions: # Dictionary keys (left side) are always strings, e.g. "7.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue