Skip to content

Commit 1989dc4

Browse files
committed
Update NGINX role to 0.17.2
1 parent f78bb90 commit 1989dc4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ Thumbs.db
1313
# Ansible specific
1414
*.retry
1515

16+
# Ansible collection build artifacts
17+
*.tar.gz
18+
1619
# Python specific
1720
__pycache__

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## 0.2.0 (September 23, 2020)
3+
## 0.1.2 (September 24, 2020)
4+
5+
Update NGINX role to `0.17.2` to include a major bug fix.
6+
7+
## 0.1.1 (September 23, 2020)
48

59
Add example playbooks covering a wide range of use cases.
610

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Ansible NGINX collection includes the following roles:
1212

1313
|Name|Description|Version|
1414
|----|-----------|-------|
15-
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.17.1|
15+
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.17.2|
1616
|[nginxinc.nginx_config](https://github.com/nginxinc/ansible-role-nginx-config)|Configure NGINX|0.2.0|
1717
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.3.1|
1818

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: nginxinc
33
name: nginx_core
44
description: Install and configure NGINX and NGINX App Protect using Ansible
5-
version: 0.1.1
5+
version: 0.1.2
66
readme: README.md
77
license_file: LICENSE
88
authors:

roles/nginx

Submodule nginx updated from bedd6ce to 0c211a3

0 commit comments

Comments
 (0)