From dd6cb46e0132e99cb04b429acca110b89c0d5cbd Mon Sep 17 00:00:00 2001 From: Maximilian Kreuzkam Date: Tue, 10 Dec 2024 13:32:05 +0100 Subject: [PATCH] Disable old tsp sync. --- ansible/host_vars/thr_host/with.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/thr_host/with.yml b/ansible/host_vars/thr_host/with.yml index c85782b28..077c9d225 100644 --- a/ansible/host_vars/thr_host/with.yml +++ b/ansible/host_vars/thr_host/with.yml @@ -1 +1,2 @@ -WITH_TSP_SYNC: "true" \ No newline at end of file +WITH_TSP_SYNC: "true" +WITH_TSP: "false" \ No newline at end of file