Skip to content

Commit 228c88a

Browse files
authored
Bump Ansible collections (#537)
1 parent 1bcc46f commit 228c88a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 5.1.1
4+
version: 5.4.0
55
- name: ansible.posix
66
version: 1.4.0
77
- name: community.docker
8-
version: 2.6.0
8+
version: 2.7.0

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENHANCEMENTS:
1313

1414
* Add support for PCRE 2 and OpenSSL 3.0 (built from source) when building NGINX from source.
1515
* Tweak Release Drafter config.
16-
* Bump the Ansible `community.general` collection to `5.1.1`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.6.0`.
16+
* Bump the Ansible `community.general` collection to `5.4.0`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.7.0`.
1717
* Re-add Alpine Linux tests to `downgrade` Molecule scenarios.
1818

1919
BUG FIXES:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
2525
---
2626
collections:
2727
- name: community.general
28-
version: 5.1.1
28+
version: 5.4.0
2929
- name: ansible.posix
3030
version: 1.4.0
3131
- name: community.docker # Only required if you plan to use Molecule (see below)
32-
version: 2.6.0
32+
version: 2.7.0
3333
```
3434
3535
**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)