From 431c67ff580cdbedb32f04fc216b2f75ee9824b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Wed, 23 Mar 2022 09:44:31 +0100
Subject: [PATCH] feat: install additional prerequisites for deep_fixity

---
 tasks/install_test_scripts.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/tasks/install_test_scripts.yml b/tasks/install_test_scripts.yml
index f1a455f..c45fbb7 100644
--- a/tasks/install_test_scripts.yml
+++ b/tasks/install_test_scripts.yml
@@ -14,15 +14,12 @@
   apt:
     update_cache: true
     name: [
+      'libbloom-filter-perl',
       'libcryptx-perl',
       'libdigest-crc-perl',
+      'libgetopt-long-complete-perl',
     ]
     state: latest
-# This plugin is part of the community.general collection (version 4.0.2), which might not be installed on your computer.
-# https://docs.ansible.com/ansible/latest/collections/community/general/cpanm_module.html
-- name:
-  community.general.cpanm:
-    name: "Getopt::Long::Complete"
 
 - name: deploy wrapper script for exit strategy
   template:
-- 
GitLab