Explorar o código

Correcting nginx config path in validate handler

cmacrae %!s(int64=9) %!d(string=hai) anos
pai
achega
bfa4fe7925
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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