From 142e1750bd277fcc7668a129c76b6259733007a5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 30 May 2019 21:12:03 -0400 Subject: [PATCH] Document php{{ php_version }}-sqlite3 future options --- roles/httpd/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 58c2cd485..80b505a66 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -23,23 +23,23 @@ tags: - download -# 2019-05-26: Irrelevant (never invoked) +# 2019-05-30: 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-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 # 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." -# 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 -# 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+) package: name: "php{{ php_version }}-sqlite3"