Change NGINX config check handler directory (#378)
This commit is contained in:
parent
de044f7add
commit
a982bce14e
@ -20,7 +20,8 @@ ENHANCEMENTS:
|
|||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
Add `state` parameter to package module in Molecule verification tests.
|
* Add `state` parameter to package module in Molecule verification tests.
|
||||||
|
* Change the command directory when running the NGINX configuration check handler to prevent edge case errors when the handler is run from a directory that the NGINX process' user does not have access to.
|
||||||
|
|
||||||
## 0.19.1 (January 11, 2021)
|
## 0.19.1 (January 11, 2021)
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
- name: (Handler) Check NGINX
|
- name: (Handler) Check NGINX
|
||||||
command: nginx -t
|
command: nginx -t
|
||||||
|
args:
|
||||||
|
chdir: /etc/nginx/
|
||||||
register: config_check
|
register: config_check
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
Loading…
Reference in New Issue
Block a user