mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2024-11-10 09:49:55 +01:00
Correcting nginx config path in validate handler
This commit is contained in:
parent
a248416a4d
commit
bfa4fe7925
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user