From 4f74d21ba8d53f6b9c7651ddf3e6568f49bd705b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 2 Mar 2023 10:31:23 +0200 Subject: [PATCH] Upgrade devture/ansible (2.13.6-r0-1 -> 2.13.6-r0-2) The new version includes the `passlib` Python module. --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.md b/docs/ansible.md index 60be6164c..dcda338ad 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-1 +docker.io/devture/ansible:2.13.6-r0-2 ``` Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.