From bfa4fe79252050885a591a0efd1eabdfa5f87ec5 Mon Sep 17 00:00:00 2001 From: cmacrae Date: Tue, 22 Dec 2015 17:07:47 +0000 Subject: [PATCH] Correcting nginx config path in validate handler --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 6f8e638..124c8ba 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,5 +3,5 @@ service: name=nginx state=restarted - name: validate nginx configuration - command: nginx -t -c /etc/nginx.conf + command: nginx -t -c /etc/nginx/nginx.conf changed_when: False