Skip to content

Commit e24237d

Browse files
authored
Bump Ansible collections (#256)
1 parent ed612fc commit e24237d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.5.2 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
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`.
8+
59
BUG FIXES:
610

711
Improve the NGINX main config defaults to bring them closer to the standard NGINX defaults on a fresh NGINX install.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
2121
---
2222
collections:
2323
- name: community.general
24-
version: 4.7.0
24+
version: 5.1.1
2525
- name: ansible.posix
26-
version: 1.3.0
26+
version: 1.4.0
2727
- name: community.docker # Only required if you plan to use Molecule (see below)
28-
version: 2.3.0
28+
version: 2.6.0
2929
```
3030
3131
**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)