diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index c49446a3e..f5e66b4b0 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 2.0.0 - name: community.general - version: 10.7.0 + version: 10.7.1 - name: community.crypto - version: 2.26.2 + version: 2.26.3 - name: community.docker - version: 4.6.0 + version: 4.6.1 diff --git a/README.md b/README.md index ecdb5ee7d..75f3b7b0e 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: ansible.posix version: 2.0.0 - name: community.general - version: 10.7.0 + version: 10.7.1 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.26.2 + version: 2.26.3 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.6.0 + version: 4.6.1 ``` - 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.