diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh
index 165c7376dbe29d1095b347155410eb27f2c1019c..d3c71ce86b84e8a47564efe802f3a2bde90dbdd4 100755
--- a/playbook-template/bootstrap.sh
+++ b/playbook-template/bootstrap.sh
@@ -7,7 +7,7 @@
 
 source .venv/bin/activate
 
-pip3 install ansible
+pip3 install ansible ansible-lint
 
 ########################### Ansible setup ####################################