From d38df128104cf60dcbdc4f30ffcc31ca9e3cecd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:53:06 +0000 Subject: [PATCH] chore(deps): Update dependency community.docker to v5 --- .github/workflows/requirements/requirements_collections.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index c49446a3e..957a7c3f7 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -7,4 +7,4 @@ collections: - name: community.crypto version: 2.26.2 - name: community.docker - version: 4.6.0 + version: 5.0.0 diff --git a/README.md b/README.md index ecdb5ee7d..d26ce10a2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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 install NGINX Plus version: 2.26.2 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.6.0 + version: 5.0.0 ``` - 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.