diff --git a/ansible/Makefile b/ansible/Makefile
index 172b4548471522fcce562ac3c27391cd96217d82..dd648a2fb0f084d8e73ea654bd0604fff38115a3 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