php: Install php-sqlite by default

This commit is contained in:
Ludovic Poujol 2020-06-04 11:39:51 +02:00
parent c7d456471b
commit 8c883c44dd
4 changed files with 8 additions and 4 deletions

View File

@ -15,6 +15,7 @@ The **patch** part changes incrementally at each release.
* mysql: specify a custom server_id
* mysql: option to define as read only
* packweb-apache: Install zip & unzip by default
* php: Install php-sqlite by default
### Changed

View File

@ -27,6 +27,7 @@
- php-mysql
# php-mcrypt is no longer packaged for PHP 7.2
- php-pgsql
- php-sqlite3
- php-gettext
- php-curl
- php-ssh2
@ -76,7 +77,7 @@
- include: config_fpm.yml
when: php_fpm_enable
- name: Enforce permissions on PHP fpm directory
file:
dest: /etc/php/7.3/fpm
@ -85,7 +86,7 @@
- include: config_apache.yml
when: php_apache_enable
- name: Enforce permissions on PHP apache2 directory
file:
dest: /etc/php/7.3/apache2

View File

@ -26,6 +26,7 @@
- php5-mcrypt
- "{{ php_modules_mysqlnd | bool | ternary('php5-mysqlnd','php5-mysql') }}"
- php5-pgsql
- php5-sqlite
- php-gettext
- php5-intl
- php5-curl

View File

@ -26,6 +26,7 @@
- php-ldap
- "{{ php_modules_mysqlnd | bool | ternary('php-mysqlnd','php-mysql') }}"
- php-pgsql
- php-sqlite3
# php-mcrypt is no longer packaged for PHP 7.2
- php-gettext
- php-curl
@ -77,7 +78,7 @@
- include: config_fpm.yml
when: php_fpm_enable
- name: Enforce permissions on PHP fpm directory
file:
dest: /etc/php/7.0/fpm
@ -86,7 +87,7 @@
- include: config_apache.yml
when: php_apache_enable
- name: Enforce permissions on PHP apache2 directory
file:
dest: /etc/php/7.0/apache2