浏览代码

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