From ef81cb7196d1dad4a2c67df7d97270d9ee76f7f1 Mon Sep 17 00:00:00 2001
From: Torben Petersen <petersen@ibr.cs.tu-bs.de>
Date: Tue, 8 Oct 2019 13:18:54 +0200
Subject: [PATCH] Adds instructions to makefile target

---
 ansible/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ansible/Makefile b/ansible/Makefile
index 172b454..dd648a2 100644
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -2,6 +2,11 @@
 
 ansible:
 	ansible-playbook -i ansible.hosts ansible-setup.yaml -f 10
+	@echo "Next Steps:"
+	@echo "1. Restart Raspberry"
+	@echo "2. Got to home/lctc-software/util and execute setup.py"
+	@echo "3. Copy modules.cfg into the folder home/lctc-software/"
+	@echo "4. Restart supervisor"
 
 ansible-update:
 	ansible-playbook -i ansible.hosts ansible-update.yaml -f 10
-- 
GitLab