mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
php{{ php_version }}-sqlite if raspbian-8 or debian-8
This commit is contained in:
parent
1e9aa27268
commit
d5c7d4ae99
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
- name: Install php{{ php_version }}-sqlite (raspbian-8 or debian-8)
|
||||
package:
|
||||
name: "php{{ php_version }}-sqlite"
|
||||
when: is_debian and ansible_distribution_major_version == "8"
|
||||
when: is_raspbian_8 or is_debian_8
|
||||
#when: is_debian and ansible_distribution_major_version == "8"
|
||||
|
||||
# SQLite3 no longer included in another package
|
||||
- name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue