diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh
index dd455282ccad504f32b31e75a58cbb909833bc68..269d3e45079f5d7e755322100ab8f914204b2d77 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 ####################################