Correcting nginx config path in validate handler

This commit is contained in:
cmacrae 2015-12-22 17:07:47 +00:00
parent a248416a4d
commit bfa4fe7925
1 changed files with 1 additions and 1 deletions

View File

@ -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