From 6525521b8d4e7685da2f5ce3c30e23d1be058fb8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 30 May 2019 00:38:57 -0400 Subject: [PATCH] php{{ php_version }}-sqlite3 appears unused but... --- roles/httpd/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index fdf299896..e0a757e0b 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -43,8 +43,8 @@ - name: Install php{{ php_version }}-sqlite3 (raspbian-9 or debian-9 or ubuntu-18) package: name: "php{{ php_version }}-sqlite3" - when: is_raspbian_9 or is_debian_9 or is_ubuntu_18 - #when: is_debuntu and (not is_debian_8) and (not is_ubuntu_16) + #when: is_raspbian_9 or is_debian_9 or is_ubuntu_18 + when: is_debuntu and (not is_debian_8) and (not is_ubuntu_16) #when: (is_debian and ansible_distribution_major_version == "9") or is_ubuntu_18 - name: 'Install 4 packages: httpd, mod_authnz_external, php, php-curl (redhat)'