1
0
Fork 0
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:
A Holt 2021-12-25 22:10:40 -05:00 committed by GitHub
parent 9ea976cf5c
commit 60f7be2609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"