From 1de4cf1340434d6f99c4d3318d508d9e85487416 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Thu, 6 Feb 2025 16:40:08 +0100
Subject: [PATCH] style: satisfy linter (trailing spaces)

---
 tasks/install_ta_tools.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tasks/install_ta_tools.yml b/tasks/install_ta_tools.yml
index 87e8f7c..628dbc3 100644
--- a/tasks/install_ta_tools.yml
+++ b/tasks/install_ta_tools.yml
@@ -16,7 +16,7 @@
           "libdist-zilla-perl",
         ]
         state: absent
-    
+
 #    - name: checkout ta-tools repo
 #      ansible.builtin.git:
 #        repo: "https://git.slub-dresden.de/digital-preservation/tools-for-technical-analysts.git"
@@ -27,7 +27,7 @@
       ansible.builtin.file:
         path: "/tmp/tools-for-technical-analysts/"
         state: absent
-    
+
     # Run `dzil listdeps` to get an updated list of dependencies.
     # Commented dependencies are not available as Debian packages and will be
     # installed when running `dzil install` in the next task.
@@ -54,7 +54,7 @@
           "libyaml-perl",
         ]
         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.
 #     # Also, OF COURSE we want to run it every time. We just pulled a fresh copy
@@ -65,7 +65,7 @@
 #         chdir: "/tmp/tools-for-technical-analysts/"
 #       when: ta_tools_git.changed    # noqa: no-handler
 #       async: 100000
-    
+
     - name: create directories needed by ta-tool
       ansible.builtin.file:
         path: "/home/{{ vault_subapp_user }}/{{ item }}/"
-- 
GitLab