Skip to content

Commit 154c6cf

Browse files
authored
Bump Ansible collections (#671)
1 parent a7eaf22 commit 154c6cf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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: 6.4.0
6+
version: 9.0.1
77
- name: community.crypto # Only required if you plan to install NGINX Plus
8-
version: 2.14.1
8+
version: 2.20.0
99
- name: community.docker # Only required if you plan to use Molecule
10-
version: 3.4.7
10+
version: 3.10.3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FEATURES:
1313
ENHANCEMENTS:
1414

1515
- Allow strings in addition to a list when configuring `logrotate`.
16+
- Bump the Ansible `community.general` collection to `9.0.1`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.3`.
1617

1718
BUG FIXES:
1819

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: 6.4.0
32+
version: 9.0.1
3333
- name: community.crypto # Only required if you plan to install NGINX Plus
34-
version: 2.14.1
34+
version: 2.20.0
3535
- name: community.docker # Only required if you plan to use Molecule (see below)
36-
version: 3.4.7
36+
version: 3.10.3
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)