mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
php-stem.yml: Fix typo in phpX.Y-sqlite3 explanation
This commit is contained in:
parent
32b6035e78
commit
cb41212482
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# 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
|
||||
- name: Install apt package php{{ php_version }}-sqlite3 -- nec for http://box/modules/es-wikihow search -- can also be installed by osm-vector-maps/tasks/install.yml
|
||||
package:
|
||||
state: present
|
||||
name: php{{ php_version }}-sqlite3
|
||||
|
|
Loading…
Reference in a new issue