File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ ENHANCEMENTS:
10
10
11
11
BUG FIXES:
12
12
13
- Always update NGINX dependencies to the latest available version to avoid outdated dependency issues (e.g. outdated CA certificates).
13
+ * Always update NGINX dependencies to the latest available version to avoid outdated dependency issues (e.g. outdated CA certificates).
14
+ * The Check NGINX handler should now be run in the correct directory in BSD systems.
14
15
15
16
## 0.21.1 (September 29, 2021)
16
17
Original file line number Diff line number Diff line change 16
16
- name : (Handler) Check NGINX
17
17
command : nginx -t
18
18
args :
19
- chdir : /etc/nginx/
19
+ chdir : " {{ ((ansible_facts['system'] | lower is not search('bsd')) | ternary(' /etc/nginx', '/usr/local/sbin')) }} "
20
20
register : config_check
21
21
ignore_errors : true
22
22
check_mode : false
You can’t perform that action at this time.
0 commit comments