Correcting indentation for 'validate' param

pull/36/head
cmacrae 8 years ago
parent 3fc2135bc4
commit fe55597334
  1. 2
      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.