Parcourir la source

Correcting nginx config path in validate handler

cmacrae il y a 9 ans
Parent
commit
bfa4fe7925
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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