From 2adcede007f0004d536b398e12f715e84dd057f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Thu, 21 Dec 2023 15:22:10 +0100
Subject: [PATCH] style: idempotence

---
 tasks/compile_callas_binaries.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/compile_callas_binaries.yml b/tasks/compile_callas_binaries.yml
index cebc842..2600105 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
-- 
GitLab