1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Document php{{ php_version }}-sqlite3 future options

This commit is contained in:
A Holt 2019-05-30 21:12:03 -04:00 committed by GitHub
parent 4607b23367
commit 142e1750bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,23 +23,23 @@
tags: tags:
- download - download
# 2019-05-26: Irrelevant (never invoked) # 2019-05-30: Irrelevant (never invoked)
#- name: Install php{{ php_version }}-sqlite (raspbian-8 or debian-8) #- name: Install php{{ php_version }}-sqlite (raspbian-8 or debian-8)
# package: # package:
# name: "php{{ php_version }}-sqlite" # name: "php{{ php_version }}-sqlite"
# when: is_raspbian_8 or is_debian_8 # when: is_raspbian_8 or is_debian_8
# #when: is_debian and ansible_distribution_major_version == "8" # #when: is_debian and ansible_distribution_major_version == "8"
# 2019-05-29: It's interesting that http://box.lan/admin and everything seems # 2019-05-30: It's interesting that http://box.lan/admin and everything seems
# to work even without php{{ php_version }}-sqlite3 as confirmed on Ubuntu # 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 # 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 # we decided that because sqlite3 and php are part of the base install the
# connector should be too." # connector should be too."
# We might *try* deprecating this as we transition beyond {raspbian-9, # We might *try* deprecating this here as we transition beyond {raspbian-9,
# debian-9, ubuntu-18} in coming months to verify that roles/osm-vector-maps # debian-9, ubuntu-18} in coming months to verify that roles/osm-vector-maps
# is the only role that needs this? # is the only role that needs it?
# #
# SQLite3 no longer included in another package # Legacy Comment: SQLite3 no longer included in another package
- name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+) - name: Install php{{ php_version }}-sqlite3 (raspbian-9+ or debian-9+ or ubuntu-18+)
package: package:
name: "php{{ php_version }}-sqlite3" name: "php{{ php_version }}-sqlite3"