diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index a19037a6..bc790ae4 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -7,4 +7,4 @@ collections: - name: community.crypto version: 3.0.0 - name: community.docker - version: 4.6.1 + version: 5.0.1 diff --git a/README.md b/README.md index f21ecd8f..d63e78d9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario version: 3.0.0 - name: community.docker # Only required if you plan to use Molecule - version: 4.6.1 + version: 5.0.1 ``` - Instructions on how to install Ansible core can be found in the [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#upgrading-ansible-from-version-2-9-and-older-to-version-2-10-or-later) docs.