From c2467c3ed377542ff4fb220707dba15861bc0dda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Wed, 14 Sep 2022 11:57:03 +0200
Subject: [PATCH] fix: install packages with defined version instead of
 'latest'

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

diff --git a/tasks/compile_callas_binaries.yml b/tasks/compile_callas_binaries.yml
index 2b61c41..b1c6d7e 100644
--- a/tasks/compile_callas_binaries.yml
+++ b/tasks/compile_callas_binaries.yml
@@ -7,7 +7,7 @@
       'libcgicc-dev=3.2.19-0.3',
       'make',
     ]
-    state: latest
+    state: present
 
 - name: setup deploy key
   ansible.builtin.copy:
-- 
GitLab