Skip to content

Commit 511d91a

Browse files
authored
feat: Bump Ansible collections (#450)
1 parent 7460616 commit 511d91a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ collections:
33
- name: ansible.posix
44
version: 1.5.4
55
- name: community.general
6-
version: 7.1.0
6+
version: 9.2.0
77
- name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario
8-
version: 2.14.0
8+
version: 2.21.1
99
- name: community.docker # Only required if you plan to use Molecule
10-
version: 3.4.7
10+
version: 3.11.0

CHANGELOG.md

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

33
## 0.7.2 (Unreleased)
44

5+
FEATURES:
6+
7+
- Bump the Ansible `community.general` collection to `9.2.0`, `community.crypto` collection to `2.21.1` and `community.docker` collection to `3.11.0`.
8+
59
BUG FIXES:
610

711
- Fix incompatibility when using the `listen` directive and setting both the `quic` and `so_keepalive` parameters.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
2525
- name: ansible.posix
2626
version: 1.5.4
2727
- name: community.general
28-
version: 7.1.0
28+
version: 9.2.0
2929
- name: community.docker # Only required if you plan to use Molecule (see below)
30-
version: 3.4.7
30+
version: 3.11.0
3131
```
3232
3333
**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)