Skip to content

Commit 8ff75ac

Browse files
authored
Bump community.docker collection (#181)
1 parent 4f5000b commit 8ff75ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ collections:
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 2.2.1
8+
version: 2.3.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENHANCEMENTS:
1919
* Add support of RHEL 8.1+ for NGINX App Protect WAF 3.8.
2020
* Add support of RHEL 7.4+ and 8.x for NGINX App Protect DoS 2.1.
2121
* New molecule tests for RHEL 7/8 and for NGINX App Protect WAF/DoS removal scenarios.
22-
* Bump the Ansible `community.general` collection to `4.6.1` and `community.docker` collection to `2.2.1`.
22+
* Bump the Ansible `community.general` collection to `4.6.1` and `community.docker` collection to `2.3.0`.
2323

2424
BUG FIXES:
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
3131
- name: ansible.posix
3232
version: 1.3.0
3333
- name: community.docker # Only required if you plan to use Molecule (see below)
34-
version: 2.2.1
34+
version: 2.3.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)