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
1313# Ansible specific
1414* .retry
1515
16+ # Ansible collection build artifacts
17+ * .tar.gz
18+
1619# Python specific
1720__pycache__
Original file line number Diff line number Diff line change 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
59Add example playbooks covering a wide range of use cases.
610
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22namespace : nginxinc
33name : nginx_core
44description : Install and configure NGINX and NGINX App Protect using Ansible
5- version : 0.1.1
5+ version : 0.1.2
66readme : README.md
77license_file : LICENSE
88authors :
You can’t perform that action at this time.
0 commit comments