Skip to content

Commit 8e73168

Browse files
chore(deps): Update Ansible collections (#837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07f8974 commit 8e73168

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/requirements/requirements_collections.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ collections:
33
- name: ansible.posix
44
version: 2.0.0
55
- name: community.general
6-
version: 10.0.1
6+
version: 10.2.0
77
- name: community.crypto
8-
version: 2.22.3
8+
version: 2.23.0
99
- name: community.docker
10-
version: 4.1.0
10+
version: 4.3.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
5757
- name: ansible.posix
5858
version: 2.0.0
5959
- name: community.general
60-
version: 10.0.1
60+
version: 10.2.0
6161
- name: community.crypto # Only required if you plan to install NGINX Plus
62-
version: 2.22.3
62+
version: 2.23.0
6363
- name: community.docker # Only required if you plan to use Molecule (see below)
64-
version: 4.1.0
64+
version: 4.3.0
6565
```
6666
6767
- Instructions on how to install Ansible collections can be found in the [Ansible collections](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html) guide.

0 commit comments

Comments
 (0)