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 39f31f7 commit c041254Copy full SHA for c041254
molecule/README.md
@@ -32,7 +32,7 @@ Local installation on a RockyLinux 8.x machine looks like:
32
sudo yum install -y git
33
git clone [email protected]:stackhpc/ansible-role-openhpc.git
34
cd ansible-role-openhpc/
35
- python3.9 -m venv venv
+ python3.8 -m venv venv
36
. venv/bin/activate
37
pip install -U pip
38
pip install -r molecule/requirements.txt
0 commit comments