From 7958d5fafdbb6ccf4d5b4066e8f42734e3fb482f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robotka=20Adri=C3=A1n?= <robotka@sch.bme.hu>
Date: Sat, 5 Jun 2021 15:37:19 +0000
Subject: [PATCH] Update bootstrap.sh, add ansible-lint

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

diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh
index 165c737..d3c71ce 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 ####################################
 
-- 
GitLab