From bb5d5cbe03c8653767d840b4a185ff0361f8c9eb Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 21 May 2018 13:53:18 +0000 Subject: [PATCH] ubunbu ->ubuntu --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 437d19606..de04af0f0 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -34,7 +34,7 @@ - name: Sqlite3 no longer included in another package in ubuntu18 package: name: php{{ php_version }}-sqlite3 - when: is_ubunbu_18 + when: is_ubuntu_18 - name: Install httpd required packages (redhat) package: