Skip to content

Commit 1966e58

Browse files
chore(deps): Update Ansible collections
1 parent 2f56b87 commit 1966e58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/requirements/requirements_collections.yml

+3-3
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.5.0
6+
version: 10.6.0
77
- name: community.crypto
8-
version: 2.26.0
8+
version: 2.26.1
99
- name: community.docker
10-
version: 4.5.2
10+
version: 4.6.0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
5858
- name: ansible.posix
5959
version: 2.0.0
6060
- name: community.general
61-
version: 10.5.0
61+
version: 10.6.0
6262
- name: community.crypto # Only required if you plan to install NGINX Plus
63-
version: 2.26.0
63+
version: 2.26.1
6464
- name: community.docker # Only required if you plan to use Molecule (see below)
65-
version: 4.5.2
65+
version: 4.6.0
6666
```
6767
6868
- 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)