File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.17.1 (Unreleased )
3
+ ## 0.17.1 (September 22, 2020 )
4
4
5
5
ENHANCEMENTS:
6
6
7
7
* The role will no longer fail automatically on unsupported platforms, but the error message will still be displayed.
8
+ * The ` Check NGINX ` handler now always outputs an ` ok ` state instead of ` changed ` since it's a read-only operation with no traceable changes.
8
9
9
10
## 0.17.0 (September 20, 2020)
10
11
Original file line number Diff line number Diff line change 7
7
command : nginx -t
8
8
register : config
9
9
ignore_errors : yes
10
+ changed_when : false
10
11
listen : (Handler) Run NGINX
11
12
12
13
- name : (Handler) Print NGINX error if syntax check fails
16
17
when : config.rc != 0
17
18
listen : (Handler) Run NGINX
18
19
19
- - name : (Handler) Start/Reload NGINX
20
+ - name : (Handler) Start/reload NGINX
20
21
service :
21
22
name : nginx
22
23
state : reloaded
You can’t perform that action at this time.
0 commit comments