diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 647c020f..a19037a6 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -5,6 +5,6 @@ collections: - name: community.general version: 11.0.0 - name: community.crypto - version: 2.26.3 + version: 3.0.0 - name: community.docker version: 4.6.1 diff --git a/README.md b/README.md index 9cb6f088..f21ecd8f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.general version: 11.0.0 - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario - version: 2.26.3 + version: 3.0.0 - name: community.docker # Only required if you plan to use Molecule version: 4.6.1 ```