Skip to content

Commit 91f6edf

Browse files
authored
Bump community.docker collection (#241)
1 parent a749a49 commit 91f6edf

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
@@ -8,7 +8,7 @@ Rename all modules to use the fully qualified collection name (FQCN) per Ansible
88

99
ENHANCEMENTS:
1010

11-
* Bump the Ansible `community.general` collection to `4.6.1` and `community.docker` collection to `2.2.1`.
11+
* Bump the Ansible `community.general` collection to `4.6.1` and `community.docker` collection to `2.3.0`.
1212
* Add labels to loops in `tasks/config/template-config.yml` to reduce amount of output data.
1313
* Implement the `map`, `realip` and `split_clients` modules into the `http` core template.
1414
* Streamline configuring SELinux.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
2525
- name: ansible.posix
2626
version: 1.3.0
2727
- name: community.docker # Only required if you plan to use Molecule (see below)
28-
version: 2.2.1
28+
version: 2.3.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)