Skip to content

Commit 096be1d

Browse files
authored
feat: Bump Ansible collections (#748)
1 parent 15b5935 commit 096be1d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/requirements/requirements_collections.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: 9.0.1
6+
version: 9.2.0
77
- name: community.crypto # Only required if you plan to install NGINX Plus
8-
version: 2.20.0
8+
version: 2.21.1
99
- name: community.docker # Only required if you plan to use Molecule
10-
version: 3.10.3
10+
version: 3.11.0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FEATURES:
1111

1212
- Add support for installing NGINX Open Source on Alpine Linux 3.20.
1313
- Add support for installing NGINX Agent on Ubuntu noble.
14+
- 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`.
1415

1516
DOCUMENTATION:
1617

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
5353
- name: ansible.posix
5454
version: 1.5.4
5555
- name: community.general
56-
version: 9.0.1
56+
version: 9.2.0
5757
- name: community.crypto # Only required if you plan to install NGINX Plus
58-
version: 2.20.0
58+
version: 2.21.1
5959
- name: community.docker # Only required if you plan to use Molecule (see below)
60-
version: 3.10.3
60+
version: 3.11.0
6161
```
6262
6363
- You will need to run this role as a root user using Ansible's `become` parameter. Make sure you have set up the appropriate permissions on your target hosts.

0 commit comments

Comments
 (0)