|
|
---
|
|
|
# handlers file for openresty |
|
|
\ No newline at end of file |
|
|
# handlers file for openresty
|
|
|
|
|
|
- name: validate nginx configuration
|
|
|
command: "{{ path }}/nginx/sbin/nginx -t -c {{ path }}/nginx/nginx.conf"
|
|
|
changed_when: False
|
|
|
|
|
|
- name: reload nginx
|
|
|
command: "{{ path }}/nginx/sbin/nginx -s reload" |
|
|
\ No newline at end of file |
...
|
...
|
|