Skip to content

Commit ebd0145

Browse files
authored
Bump Ansible collections (#230)
1 parent 75ab435 commit ebd0145

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ collections:
33
- name: ansible.posix
44
version: 1.4.0
55
- name: community.crypto
6-
version: 2.5.0
7-
- name: community.docker
8-
version: 3.1.0
6+
version: 2.10.0
97
- name: community.general
10-
version: 5.5.0
8+
version: 6.2.0
9+
- name: community.docker # Only required if you plan to use Molecule
10+
version: 3.4.0

CHANGELOG.md

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

33
## 0.8.2 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
Bump the Ansible `community.general` collection to `6.2.0`, `community.crypto` collection to `2.10.0` and `community.docker` collection to `3.4.0`.
8+
59
BUG FIXES:
610

711
The Alpine Linux `libelf` dependency is no longer automatically installed by NGINX App Protect DoS so we need to explicitly install it as a prerequisite.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
2929
- name: ansible.posix
3030
version: 1.4.0
3131
- name: community.crypto
32-
version: 2.5.0
32+
version: 2.10.0
3333
- name: community.general
34-
version: 5.5.0
34+
version: 6.2.0
3535
- name: community.docker # Only required if you plan to use Molecule (see below)
36-
version: 3.1.0
36+
version: 3.4.0
3737
```
3838
3939
**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)