You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@
4
4
5
5
ENHANCEMENTS:
6
6
7
-
* Update Ansible to `2.9.12` and Ansible Lint to `4.3.3`.
7
+
* Update Ansible to `2.9.13` and Ansible Lint to `4.3.4`.
8
8
* Explicitly defined `mode` in relevant tasks.
9
9
* Improve configuration templating capabilities:
10
10
* Allow setting `access_log`/`access_log_location` to `off`.
11
11
* Add IP restriction for web servers
12
12
13
+
BUG FIXES:
14
+
15
+
* An empty `nginx_config_cleanup_files` will no longer cause `nginx_config_cleanup` related tasks to fail.
16
+
13
17
## 0.1.0 (August 19, 2020)
14
18
15
19
Initial release of the NGINX Config role. Contains all NGINX Config related features previously available on the [NGINX Ansible role](https://github.com/nginxinc/ansible-role-nginx).
0 commit comments