From 4702aa7f097e7e697f3b18b451846ae1ccdb593f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:49:25 +0000 Subject: [PATCH] chore(deps): Update Ansible collections --- .github/workflows/requirements/requirements_collections.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 3d60c33cc..625e68e67 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -5,6 +5,6 @@ collections: - name: community.general version: 10.4.0 - name: community.crypto - version: 2.25.0 + version: 2.26.0 - name: community.docker - version: 4.5.0 + version: 4.5.1 diff --git a/README.md b/README.md index 2f9cc2fcb..65692e301 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.general version: 10.4.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.25.0 + version: 2.26.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.5.0 + version: 4.5.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.