From 44c8e3ada440bafcd8ef5e12d079b980cd318030 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 13 Aug 2018 21:36:30 +0200 Subject: [PATCH] disable validation for testing --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 6edf22e..381a8fc 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -73,7 +73,7 @@ owner: root group: root mode: 0640 - validate: bash -c 'nginx -t -c /dev/stdin <<< "events {worker_connections 1;} http { include %s; }"' + #validate: bash -c 'nginx -t -c /dev/stdin <<< "events {worker_connections 1;} http { include %s; }"' notify: __nginx_reload - name: Open ports in iptables