From fe55597334ad4f9c50c2239a522a4e64b298118b Mon Sep 17 00:00:00 2001 From: cmacrae Date: Tue, 22 Dec 2015 16:18:44 +0000 Subject: [PATCH] Correcting indentation for 'validate' param --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 582875e..7b4a917 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,7 +26,7 @@ owner: root group: root mode: 0644 - validate: 'nginx -t -c %s' + validate: 'nginx -t -c %s' notify: restart nginx - name: Ensure nginx is started and enabled to start at boot.