From ff293abdd3ad82d7f72acf2829941b66c4b2209b Mon Sep 17 00:00:00 2001 From: Fokke Dijkstra Date: Wed, 25 Aug 2021 14:27:10 +0200 Subject: [PATCH] Added the upgrade of pip, the installation of wheel and the installation of ansible. The first two prevent issues with the installation of wheels. The latter is required for using ansible. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7b3b1977..a0be74d46 100644 --- a/README.md +++ b/README.md @@ -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: