Skip to content

Commit

Permalink
Merge pull request #448 from rug-cit-hpc/fix/pip_ansible
Browse files Browse the repository at this point in the history
Added the upgrade of pip, the installation of wheel and the installation of ansible
  • Loading branch information
pneerincx authored Aug 26, 2021
2 parents 4647940 + ff293ab commit fcf1ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,11 @@ source openstacksdk.venv/bin/activate
#
# Install OpenStack SDK (once) and other python packages.
#
pip3 install --upgrade pip
pip3 install wheel
pip3 install openstacksdk
pip3 install ruamel.yaml
pip3 install ansible
```

#### 1. First import the required roles and collections for the playbooks:
Expand Down

0 comments on commit fcf1ca7

Please sign in to comment.