From 6ee792a27597dc27227c06f4db61be1c8b67271a Mon Sep 17 00:00:00 2001 From: Maximilian Kreuzkam Date: Mon, 6 Jan 2025 14:21:15 +0100 Subject: [PATCH] Remove " from WITH config. --- ansible/host_vars/thr_host/with.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/host_vars/thr_host/with.yml b/ansible/host_vars/thr_host/with.yml index 077c9d225..c9ecb4786 100644 --- a/ansible/host_vars/thr_host/with.yml +++ b/ansible/host_vars/thr_host/with.yml @@ -1,2 +1,2 @@ -WITH_TSP_SYNC: "true" -WITH_TSP: "false" \ No newline at end of file +WITH_TSP_SYNC: true +WITH_TSP: false \ No newline at end of file