From c2ef557806ebf61daf10a9ab9ab90510c3a8b4a0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 14 May 2016 21:25:30 -0500 Subject: [PATCH] Issue #126: Use the correct package name. --- vars/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index 619c98f..d68ad65 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -12,7 +12,7 @@ __php_packages: - php7.0-opcache - php7.0-xml - php7.0-mbstring - - php-sqlite + - php-sqlite3 - php-apcu __php_webserver_daemon: "apache2"