diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml
index 9843ec49ca165d33ceee982947486c8bee47e594..939187a8bb15690bccde869b01c19bb15e7923f0 100644
--- a/tasks/install_subapp.yml
+++ b/tasks/install_subapp.yml
@@ -42,6 +42,7 @@
     state: absent
     autoclean: true
     autoremove: true
+  changed_when: false     # this is only needed for the migration to RC2022.2 and won't be needed afterwards
 - name: Submission / Dissemination Application installieren
   ansible.builtin.apt:
     name: [
@@ -51,6 +52,7 @@
     ]
     state: latest
     allow_unauthenticated: "true"
+  changed_when: false     # this is only needed for the migration to RC2022.2 and won't be needed afterwards
 
 - name: Systemd-Unitfiles installieren (Templates)
   ansible.builtin.template: