diff --git a/tasks/install_test_scripts.yml b/tasks/install_test_scripts.yml
index f1a455f316e3f362abcfc999ed1b8f1d5a7af2f0..c45fbb7de7417e86317b1bc6c8c2b9ae70d36d26 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: