From 737baf672cd0a490c1efb78bddaeeaec04f1bc3a Mon Sep 17 00:00:00 2001 From: Donald Morton Date: Wed, 29 Sep 2021 14:26:23 -0500 Subject: [PATCH] Update centos8 image in docs. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 55140a5..d15d20c 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,7 @@ To destroy the VM: To test against other distros, you can also set the MOLECULE_DISTRO environment variable to one of these: - export MOLECULE_DISTRO='centos/7' - export MOLECULE_DISTRO='centos/8' + export MOLECULE_DISTRO='geerlingguy/centos8' export MOLECULE_DISTRO='debian/jessie64' export MOLECULE_DISTRO='debian/stretch64' export MOLECULE_DISTRO='debian/buster64'