From 82647ab3b0ab554e905110ff9d6dfe3a912686ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:28:46 -0900 Subject: [PATCH] chore(deps): update dependency community.docker to v4 (#827) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5075a7d2..4befb5542 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.