From 371475bd63e32e65627ad9f96dcb89e706d28a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:52:33 +0000 Subject: [PATCH] chore(deps): update dependency community.docker to v4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff36b190..374d4568c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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.22.3 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.13.3 + version: 4.1.0 ``` - You will need to run this role as a root user using Ansible's `become` parameter. Make sure you have set up the appropriate permissions on your target hosts.