From f6a6d80e48d7fa7e0b185ba65ec432e7faa55446 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Thu, 17 Nov 2022 13:17:24 +0100
Subject: [PATCH] fix: clone all branches of the validation tool

---
 tasks/install_validation_tools.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tasks/install_validation_tools.yml b/tasks/install_validation_tools.yml
index 40b3442..6e5aa8d 100644
--- a/tasks/install_validation_tools.yml
+++ b/tasks/install_validation_tools.yml
@@ -78,7 +78,6 @@
     # bare: true
     depth: 1
     recursive: false
-    single_branch: true
 
 - name: install validation tool
   ansible.builtin.copy:
-- 
GitLab