From 6acf6c7aa1ad90e5394a274469292821d64bb1a2 Mon Sep 17 00:00:00 2001
From: Orosz Bence <oroszbence0929@gmail.com>
Date: Sat, 24 Jul 2021 20:25:38 +0000
Subject: [PATCH] error: invalid command 'bdist_wheel'

---
 playbook-template/bootstrap.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh
index dd45528..269d3e4 100755
--- a/playbook-template/bootstrap.sh
+++ b/playbook-template/bootstrap.sh
@@ -7,6 +7,7 @@
 
 source .venv/bin/activate
 
+pip3 install wheel
 pip3 install ansible ansible-lint
 
 ########################### Ansible setup ####################################
-- 
GitLab