소스 검색

Correcting nginx config path in validate handler

cmacrae 9 년 전
부모
커밋
bfa4fe7925
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      handlers/main.yml

+ 1 - 1
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