mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Deprecate Raspbian 8 & Debian 9 support for Calibre via debs
This commit is contained in:
parent
cc691f9730
commit
4607b23367
1 changed files with 5 additions and 5 deletions
|
@ -24,11 +24,11 @@
|
|||
- 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"
|
||||
#- 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-29: It's interesting that http://box.lan/admin and everything seems
|
||||
# to work even without php{{ php_version }}-sqlite3 as confirmed on Ubuntu
|
||||
|
|
Loading…
Reference in a new issue