mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
php{{ php_version }}-sqlite3 also appears unused
This commit is contained in:
parent
d5c7d4ae99
commit
80c9aa3608
1 changed files with 7 additions and 0 deletions
|
@ -23,12 +23,19 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
# 2019-05-26: Irrelevant (never invoked)
|
||||
- name: Install php{{ php_version }}-sqlite (raspbian-8 or debian-8)
|
||||
package:
|
||||
name: "php{{ php_version }}-sqlite"
|
||||
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
|
||||
# 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."
|
||||
#
|
||||
# SQLite3 no longer included in another package
|
||||
- name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+)
|
||||
package:
|
||||
|
|
Loading…
Add table
Reference in a new issue