Skip to content

Commit 1ea1320

Browse files
committed
Bump Ansible collections
1 parent 40dd764 commit 1ea1320

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

CHANGELOG.md

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

1212
- Allow strings in addition to a list when configuring `logrotate`.
13-
13+
- Bump the Ansible `community.general` collection to `8.0.2`, `community.crypto` collection to `2.16.0` and `community.docker` collection to `3.4.11`.
1414
BUG FIXES:
1515

1616
- Avoid re-copying the NGINX Amplify config file every time the role is run.

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