Skip to content

Commit 8ec3aeb

Browse files
committed
add instructions for working DNS in local molecule
1 parent cba752f commit 8ec3aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

molecule/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ test14 | 1 | N | As for #5 but also tests `extr
2929
Local installation on a RockyLinux 8.x machine looks like:
3030

3131
sudo dnf install -y podman
32+
sudo dnf install podman-plugins # required for DNS
3233
sudo yum install -y git
3334
git clone [email protected]:stackhpc/ansible-role-openhpc.git
3435
cd ansible-role-openhpc/
35-
python3.8 -m venv venv
36+
python3.9 -m venv venv
3637
. venv/bin/activate
3738
pip install -U pip
3839
pip install -r molecule/requirements.txt

0 commit comments

Comments
 (0)