From 983905fec3ef1fdf8fa0fb7156b085d6aca1b832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:33:42 +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 680b29ad5..84850e9d9 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.21.1 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.11.0 + 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.