diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index a19037a6..a8a2f447 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -1,10 +1,10 @@ --- collections: - name: ansible.posix - version: 2.0.0 + version: 2.1.0 - name: community.general - version: 11.0.0 + version: 11.2.0 - name: community.crypto - version: 3.0.0 + version: 3.0.3 - name: community.docker - version: 4.6.1 + version: 4.7.0 diff --git a/README.md b/README.md index f21ecd8f..73f92827 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ This will also ensure you are deploying/running this role with a fully tested ve --- collections: - name: ansible.posix - version: 2.0.0 + version: 2.1.0 - name: community.general - version: 11.0.0 + version: 11.2.0 - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario - version: 3.0.0 + version: 3.0.3 - name: community.docker # Only required if you plan to use Molecule - version: 4.6.1 + version: 4.7.0 ``` - 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.