diff --git a/tasks/compile_callas_binaries.yml b/tasks/compile_callas_binaries.yml
index cebc842501eaebee0f30525415758fc2f6a094c7..2600105f39125ed90906be180dc9afd7413b8f57 100644
--- a/tasks/compile_callas_binaries.yml
+++ b/tasks/compile_callas_binaries.yml
@@ -58,6 +58,7 @@
   ansible.builtin.file:
     name: "/usr/lib/cgi-bin/lib/libstdc++.so.6"
     state: absent
+  changed_when: false
 
 # We need to use the ansible.builtin.shell module here, because the
 # ansible.builtin.command module does not accept setting environment variables