From d352953c1bd74da1ed0ddcb0fc391703f66a7841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 21:03:00 +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 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.