From 73dcea89ebf8151d989b0dd45f5e4ec47fcef9e2 Mon Sep 17 00:00:00 2001 From: malodie Date: Mon, 28 Sep 2020 14:16:25 -0400 Subject: [PATCH] Update examples.rst ##### SUMMARY Updating to the latest version, since in the documentation it is still using an old version. Also, quay.io/ansible/molecule:latest pulls a 2.20 image, not the new v3. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index d1d02dba5..9073ab6dd 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -21,7 +21,7 @@ follows. -v "$(pwd)":/tmp/$(basename "${PWD}"):ro \ -v /var/run/docker.sock:/var/run/docker.sock \ -w /tmp/$(basename "${PWD}") \ - quay.io/ansible/molecule:2.20 \ + quay.io/ansible/molecule:3.0.8 \ molecule test .. _`quay.io`: https://quay.io/repository/ansible/molecule