mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Deprecate php{{ php_version }}-sqlite3 after Rasp9/Deb9/U18 ?
This commit is contained in:
parent
80c9aa3608
commit
d8fc4127af
1 changed files with 6 additions and 2 deletions
|
@ -36,11 +36,15 @@
|
|||
# we decided that because sqlite3 and php are part of the base install the
|
||||
# connector should be too."
|
||||
#
|
||||
# So let's *try* deprecating this as we transition beyond {raspbian-9,
|
||||
# debian-9, ubuntu-18} in coming months.
|
||||
#
|
||||
# SQLite3 no longer included in another package
|
||||
- name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+)
|
||||
- name: Install php{{ php_version }}-sqlite3 (raspbian-9 or debian-9 or ubuntu-18)
|
||||
package:
|
||||
name: "php{{ php_version }}-sqlite3"
|
||||
when: is_debuntu and (not is_debian_8) and (not is_ubuntu_16)
|
||||
when: is_raspbian_9 or is_debian_9 or is_ubuntu_18
|
||||
#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
|
||||
|
||||
- name: 'Install 4 packages: httpd, mod_authnz_external, php, php-curl (redhat)'
|
||||
|
|
Loading…
Add table
Reference in a new issue