From 8aad2bcb941201b0a793500b1821fdcbc46d0ef2 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 11 Jul 2018 15:44:36 -0700 Subject: [PATCH] Do not install NGINX in the NGINX Unit test playbooks --- tests/playbooks/nginx-unit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playbooks/nginx-unit.yml b/tests/playbooks/nginx-unit.yml index cd0472e..762373a 100644 --- a/tests/playbooks/nginx-unit.yml +++ b/tests/playbooks/nginx-unit.yml @@ -5,6 +5,7 @@ roles: - ansible-role-nginx vars: + nginx_enable: false unit_enable: true unit_modules: - unit-php