Skip to content

Commit f079adf

Browse files
committed
Bump Ansible collections
1 parent 1ea1320 commit f079adf

File tree

3 files changed

+8
-7
lines changed

3 files changed

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

CHANGELOG.md

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

1212
- Allow strings in addition to a list when configuring `logrotate`.
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`.
13+
- Bump the Ansible `community.general` collection to `8.2.0`, `community.crypto` collection to `2.17.0` and `community.docker` collection to `3.6.0`.
14+
1415
BUG FIXES:
1516

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