diff --git a/tasks/install.yml b/tasks/install.yml index 381a8fc..6edf22e 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