From 4a8fca23ef7e76928ebf89fe8c2184cb758fb6e9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 21 Mar 2025 13:33:08 +0100 Subject: [PATCH] logdetective: create /etc/profile.d/models.sh if it doesn't exist --- roles/logdetective/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 742f0daada..95a093a298 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -93,6 +93,7 @@ ansible.builtin.lineinfile: path: /etc/profile.d/models.sh line: export MODELS_PATH=/mnt/srv/models/ + create: true # TODO Configure Podman to store data on our secondary drive in # /mnt/srv/containers_storage/