Skip to content

Commit 3d13e51

Browse files
committed
Bump Ansible collections
1 parent 45cc55a commit 3d13e51

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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: 8.5.0
6+
version: 9.0.0
77
- name: community.crypto # Only required if you plan to install NGINX Plus
8-
version: 2.18.0
8+
version: 2.20.0
99
- name: community.docker # Only required if you plan to use Molecule
10-
version: 3.8.1
10+
version: 3.10.2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FEATURES:
1111
ENHANCEMENTS:
1212

1313
- Allow strings in addition to a list when configuring `logrotate`.
14-
- Bump the Ansible `community.general` collection to `8.5.0`, `community.crypto` collection to `2.18.0` and `community.docker` collection to `3.8.1`.
14+
- Bump the Ansible `community.general` collection to `9.0.0`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.2`.
1515

1616
BUG FIXES:
1717

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 Plus using this role, you will need to obtain an NG
2929
- name: ansible.posix
3030
version: 1.5.4
3131
- name: community.general
32-
version: 8.5.0
32+
version: 9.0.0
3333
- name: community.crypto # Only required if you plan to install NGINX Plus
34-
version: 2.18.0
34+
version: 2.20.0
3535
- name: community.docker # Only required if you plan to use Molecule (see below)
36-
version: 3.8.1
36+
version: 3.10.2
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)