Skip to content

Commit e897a1e

Browse files
authored
Bump Ansible collections (#515)
1 parent b93e321 commit e897a1e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 4.7.0
4+
version: 5.1.1
55
- name: ansible.posix
6-
version: 1.3.0
6+
version: 1.4.0
77
- name: community.docker
8-
version: 2.3.0
8+
version: 2.6.0

CHANGELOG.md

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

1111
ENHANCEMENTS:
1212

13-
Tweak Release Drafter config.
13+
* Tweak Release Drafter config.
14+
* 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`.
1415

1516
BUG FIXES:
1617

README.md

Lines changed: 3 additions & 3 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: 4.7.0
28+
version: 5.1.1
2929
- name: ansible.posix
30-
version: 1.3.0
30+
version: 1.4.0
3131
- name: community.docker # Only required if you plan to use Molecule (see below)
32-
version: 2.3.0
32+
version: 2.6.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)