mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Is php{{ php_version }}-sqlite3 really used? Unclear
This commit is contained in:
parent
6525521b8d
commit
6940a87a7e
1 changed files with 4 additions and 5 deletions
|
@ -30,14 +30,13 @@
|
|||
when: is_raspbian_8 or is_debian_8
|
||||
#when: is_debian and ansible_distribution_major_version == "8"
|
||||
|
||||
# 2019-05-26: It's interesting that http://box.lan/admin and everything seems
|
||||
# to work even without php{{ php_version }}-sqlite3. As confirmed on Ubuntu
|
||||
# 2019-05-29: It's interesting that http://box.lan/admin and everything seems
|
||||
# to work even without php{{ php_version }}-sqlite3 as confirmed on Ubuntu
|
||||
# 16.04 (SEE PR #1697). And likely all others? @tim-moody writes "I think
|
||||
# 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.
|
||||
# We might *try* deprecating this as we transition beyond {raspbian-9,
|
||||
# debian-9, ubuntu-18} in coming months to verify...
|
||||
#
|
||||
# SQLite3 no longer included in another package
|
||||
- name: Install php{{ php_version }}-sqlite3 (raspbian-9 or debian-9 or ubuntu-18)
|
||||
|
|
Loading…
Add table
Reference in a new issue