1
0
Fork 0
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:
A Holt 2019-05-24 23:52:11 -04:00 committed by GitHub
parent 1e9aa27268
commit d5c7d4ae99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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+)