Skip to content

Commit 8d792fd

Browse files
authored
Bump Ansible collections (#571)
1 parent b2d6846 commit 8d792fd

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
collections:
3-
- name: community.general
4-
version: 5.5.0
53
- name: ansible.posix
64
version: 1.4.0
7-
- name: community.crypto
8-
version: 2.5.0
9-
- name: community.docker
10-
version: 3.1.0
5+
- name: community.general
6+
version: 6.2.0
7+
- name: community.crypto # Only required if you plan to install NGINX Plus
8+
version: 2.10.0
9+
- name: community.docker # Only required if you plan to use Molecule
10+
version: 3.4.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ FEATURES:
77
* Add AlmaLinux, Oracle Linux and Rocky Linux to the list of NGINX OSS and NGINX Plus tested and supported platforms.
88
* Add Alpine Linux 3.17 to the NGINX list of tested and supported platforms (and remove Alpine Linux 3.13 from the list of NGINX OSS supported platforms).
99

10+
ENHANCEMENTS:
11+
12+
Bump the Ansible `community.general` collection to `6.2.0`, `community.crypto` collection to `2.10.0` and `community.docker` collection to `3.4.0`.
13+
1014
BUG FIXES:
1115

1216
* Fix an issue when installing the GeoIP2 module on an UBI 7 container where the the `libmaxminddb` package dependency might not be available via `yum` (if it's not available, `libmaxminddb` is installed from an external source).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
2727
- name: ansible.posix
2828
version: 1.4.0
2929
- name: community.general
30-
version: 5.5.0
30+
version: 6.2.0
3131
- name: community.crypto # Only required if you plan to install NGINX Plus
32-
version: 2.5.0
32+
version: 2.10.0
3333
- name: community.docker # Only required if you plan to use Molecule (see below)
34-
version: 3.1.0
34+
version: 3.4.0
3535
```
3636
3737
**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)