From 1901973e33c16536c1f35946a50eca72521bc34e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 7 Jan 2025 10:01:12 +0100
Subject: [PATCH] fix: syntax

---
 tasks/install_ta_tools.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install_ta_tools.yml b/tasks/install_ta_tools.yml
index 1784726..87e8f7c 100644
--- a/tasks/install_ta_tools.yml
+++ b/tasks/install_ta_tools.yml
@@ -53,7 +53,7 @@
           "libtext-csv-perl",
           "libyaml-perl",
         ]
-      state: absent
+        state: absent
     
 #     # This is THE main purpose of this task file, so we won't run this as a
 #     # handler, but set "noqa: no-handler" instead.
-- 
GitLab