diff --git a/tasks/install_ta_tools.yml b/tasks/install_ta_tools.yml
index 87e8f7c56d45a3d4e017f5db8802ef74c286a340..628dbc31c4e0fd44eb0aeecd3b263cec42dd1946 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 }}/"