diff --git a/tasks/configure_nfs_mounts.yml b/tasks/configure_nfs_mounts.yml
index 435cb871752e391d4f14233c91db6fc6127f2009..ae9021d6cfb4bcd337024c9a37333b72bc70a377 100644
--- a/tasks/configure_nfs_mounts.yml
+++ b/tasks/configure_nfs_mounts.yml
@@ -27,18 +27,6 @@
   loop: "{{ stat_result.results }}"
   when: not item.stat.exists
 
-- name: Mounts für SubApp-Shares & Logs LEGACY
-  ansible.posix.mount:
-    path: "{{ item.path }}"
-    state: "absent"
-  loop:
-    # LEGACY -> remove
-      # we remove this mount in favor of separate mounts for logging ingests and access (but we can only do this once the rollout has happened and the sub-/dissapp are logging to their new locations, because otherwise the "Device is busy", so think of this as preparation)
-    - path: "/var/log/subapp/{{ ansible_hostname }}"
-    - path: "/var/log/subapp_ws/"
-  tags: [notest]
-  ignore_errors: true
-
 - name: Mounts für SubApp-Shares & Logs NEW
   ansible.posix.mount:
     path: "{{ item.path }}"