From f4c363b8741acbe627f3f3f3a3d72607150efbaa Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 21 May 2018 04:02:00 +0000 Subject: [PATCH] load php-sqlite on ubuntu --- roles/httpd/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 76979dd84..e404b3815 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -27,6 +27,7 @@ with_items: - apache2 - php + - php{{ php_version }}-sqlite3 tags: - download when: is_ubuntu