We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba752f commit 8ec3aebCopy full SHA for 8ec3aeb
molecule/README.md
@@ -29,10 +29,11 @@ test14 | 1 | N | As for #5 but also tests `extr
29
Local installation on a RockyLinux 8.x machine looks like:
30
31
sudo dnf install -y podman
32
+ sudo dnf install podman-plugins # required for DNS
33
sudo yum install -y git
34
git clone [email protected]:stackhpc/ansible-role-openhpc.git
35
cd ansible-role-openhpc/
- python3.8 -m venv venv
36
+ python3.9 -m venv venv
37
. venv/bin/activate
38
pip install -U pip
39
pip install -r molecule/requirements.txt
0 commit comments