mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Experiment: install sqlite3 within osm-vector-maps only
This commit is contained in:
parent
1783a52a90
commit
0c54429381
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - 7 DB config
|
# - 7 DB config
|
||||||
# - 2 record as installed
|
# - 2 record as installed
|
||||||
|
|
||||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client, and php packages (debuntu)'
|
- name: 'Install MySQL packages: mariadb-server, mariadb-client, and ~10 php packages (debuntu)'
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
- php{{ php_version }}-imap
|
- php{{ php_version }}-imap
|
||||||
- php{{ php_version }}-ldap
|
- php{{ php_version }}-ldap
|
||||||
- php{{ php_version }}-odbc
|
- php{{ php_version }}-odbc
|
||||||
- php{{ php_version }}-sqlite3
|
# - php{{ php_version }}-sqlite3 # 2020-07-10: Experimentally install this within roles/osm-vector-maps/tasks/install.yml only, as part of OSM fix PR #2464 for #2461.
|
||||||
- php{{ php_version }}-xml # Was below
|
- php{{ php_version }}-xml # Was below
|
||||||
- php{{ php_version }}-xmlrpc
|
- php{{ php_version }}-xmlrpc
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue