File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ Thumbs.db
13
13
# Ansible specific
14
14
* .retry
15
15
16
+ # Ansible collection build artifacts
17
+ * .tar.gz
18
+
16
19
# Python specific
17
20
__pycache__
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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)
4
8
5
9
Add example playbooks covering a wide range of use cases.
6
10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The Ansible NGINX collection includes the following roles:
12
12
13
13
| Name| Description| Version|
14
14
| ----| -----------| -------|
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 |
16
16
| [ nginxinc.nginx_config] ( https://github.com/nginxinc/ansible-role-nginx-config ) | Configure NGINX| 0.2.0|
17
17
| [ nginxinc.nginx_app_protect] ( https://github.com/nginxinc/ansible-role-nginx-app-protect ) | Install and configure NGINX App Protect| 0.3.1|
18
18
Original file line number Diff line number Diff line change 2
2
namespace : nginxinc
3
3
name : nginx_core
4
4
description : Install and configure NGINX and NGINX App Protect using Ansible
5
- version : 0.1.1
5
+ version : 0.1.2
6
6
readme : README.md
7
7
license_file : LICENSE
8
8
authors :
You can’t perform that action at this time.
0 commit comments