Skip to content

Commit 5b359b3

Browse files
authored
Bump Ansible collections (#128)
1 parent 283e7e2 commit 5b359b3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.3.2
4+
version: 3.7.0
55
- name: ansible.posix
6-
version: 1.2.0
6+
version: 1.3.0
77
- name: community.docker
8-
version: 1.8.0
8+
version: 1.9.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.6.1 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
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`.
8+
59
BUG FIXES:
610

711
Role was failing at license and repo removal step when using the default of `nginx_app_protect_remove_license: true`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This role installs and configures NGINX App Protect WAF or DoS for NGINX Plus on
2323
---
2424
collections:
2525
- name: community.general
26-
version: 3.3.2
26+
version: 3.7.0
2727
- name: ansible.posix
28-
version: 1.2.0
28+
version: 1.3.0
2929
```
3030
3131
**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.

0 commit comments

Comments
 (0)