From a542a2ff41f1a87ea6c6efa60528ee060c9f63ef Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 20 Mar 2023 17:59:08 +0200 Subject: [PATCH] Upgrade devture/ansible (2.13.6-r0-2 -> 2.13.6-r0-3) --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.md b/docs/ansible.md index dcda338a..6b246d54 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -65,7 +65,7 @@ docker run -it --rm \ -w /work \ -v `pwd`:/work \ --entrypoint=/bin/sh \ -docker.io/devture/ansible:2.13.6-r0-2 +docker.io/devture/ansible:2.13.6-r0-3 ``` Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.