From 8b57634f08918fae58f1ff27d13188a8785fbacb Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 16:37:33 +0200 Subject: [PATCH] chore: ansible ioc/service master restart --- ansible/plays/ioc/ioc-install-and-restart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/plays/ioc/ioc-install-and-restart.yml b/ansible/plays/ioc/ioc-install-and-restart.yml index e4e08f4..e4f78a6 100644 --- a/ansible/plays/ioc/ioc-install-and-restart.yml +++ b/ansible/plays/ioc/ioc-install-and-restart.yml @@ -4,7 +4,7 @@ gather_facts: false vars: - workspace_dir: "/tml/hla_framework_bd" + workspace_dir: "/tmp/hla_framework_bd" tasks: - name: Clone this repository