mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
php7.x-sqlite3 when raspbian 9+ or debian 9+ or ubuntu 18+
This commit is contained in:
parent
59f2a2e7d9
commit
b037fe5df9
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@
|
||||||
when: is_debian and ansible_distribution_major_version == "8"
|
when: is_debian and ansible_distribution_major_version == "8"
|
||||||
|
|
||||||
# SQLite3 no longer included in another package
|
# SQLite3 no longer included in another package
|
||||||
- name: Install php{{ php_version }}-sqlite3 (debian-9+ or ubuntu-18+)
|
- name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+)
|
||||||
package:
|
package:
|
||||||
name: "php{{ php_version }}-sqlite3"
|
name: "php{{ php_version }}-sqlite3"
|
||||||
when: (is_debian and not is_debian_8) or (is_ubuntu and not is_ubuntu_16)
|
when: is_debuntu and (not is_debian_8) and (not is_ubuntu_16)
|
||||||
#when: (is_debian and ansible_distribution_major_version == "9") or is_ubuntu_18
|
#when: (is_debian and ansible_distribution_major_version == "9") or is_ubuntu_18
|
||||||
|
|
||||||
- name: 'Install 4 packages: httpd, mod_authnz_external, php, php-curl (redhat)'
|
- name: 'Install 4 packages: httpd, mod_authnz_external, php, php-curl (redhat)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue