From 4d17ce587d7e9ce12c6c49b556a970ef405a9d19 Mon Sep 17 00:00:00 2001
From: Torben Petersen <petersen@ibr.cs.tu-bs.de>
Date: Tue, 25 Jun 2019 16:25:55 +0200
Subject: [PATCH] Fixes loading of modules.cfg

---
 ansible/setup/lctc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/setup/lctc.conf b/ansible/setup/lctc.conf
index 8843655..d0210f4 100644
--- a/ansible/setup/lctc.conf
+++ b/ansible/setup/lctc.conf
@@ -13,4 +13,4 @@ user=pi
 stdout_logfile=/home/pi/module_loader.stdout.log
 stderr_logfile=/home/pi/module_loader.stderr.log
 # directory to run in
-directory=/home/pi/
+directory=/home/pi/lctc-software/
-- 
GitLab