Skip to content

Commit 39a98e3

Browse files
authored
Bump Ansible collections (#190)
1 parent e758372 commit 39a98e3

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.8.1 (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
Always refresh the `yum` cache.

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 App Protect WAF or NGINX App Protect DoS using this
2727
---
2828
collections:
2929
- name: community.general
30-
version: 4.7.0
30+
version: 5.1.1
3131
- name: ansible.posix
32-
version: 1.3.0
32+
version: 1.4.0
3333
- name: community.docker # Only required if you plan to use Molecule (see below)
34-
version: 2.3.0
34+
version: 2.6.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)