Skip to content

Commit

Permalink
Bump Ansible collections (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Sep 22, 2021
1 parent 283e7e2 commit 5b359b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 3.3.2
version: 3.7.0
- name: ansible.posix
version: 1.2.0
version: 1.3.0
- name: community.docker
version: 1.8.0
version: 1.9.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.6.1 (Unreleased)

ENHANCEMENTS:

Update the Ansible `community.general` collection to `3.7.0`, `ansible.posix` collection to `1.3.0` and `community.docker` collection to `1.9.1`.

BUG FIXES:

Role was failing at license and repo removal step when using the default of `nginx_app_protect_remove_license: true`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This role installs and configures NGINX App Protect WAF or DoS for NGINX Plus on
---
collections:
- name: community.general
version: 3.3.2
version: 3.7.0
- name: ansible.posix
version: 1.2.0
version: 1.3.0
```
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
Expand Down

0 comments on commit 5b359b3

Please sign in to comment.