Skip to content

Commit 13cbd67

Browse files
authored
Bump Ansible collections (#476)
1 parent ac5453e commit 13cbd67

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.8.0
4+
version: 4.1.0
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 2.0.0
8+
version: 2.0.2

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ FEATURES:
1515

1616
ENHANCEMENTS:
1717

18-
Add Alpine Linux 3.15 to list of tested and supported platforms.
18+
* Add Alpine Linux 3.15 to list of tested and supported platforms.
19+
* Bump the Ansible `community.general` collection to `4.2.0` and `community.docker` collection to `2.0.2`.
1920

2021
BUG FIXES:
2122

README.md

Lines changed: 2 additions & 2 deletions
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: 3.8.0
28+
version: 4.1.0
2929
- name: ansible.posix
3030
version: 1.3.0
3131
- name: community.docker # Only required if you plan to use Molecule (see below)
32-
version: 2.0.0
32+
version: 2.0.2
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)