From ad726e1c2036e0bc899c44208a3e93c9709283e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Thu, 2 Mar 2023 10:31:10 +0100
Subject: [PATCH] fix: accept new SSH hostkeys on first connection for GitLab
 clone operation

---
 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 fe921df..112706c 100644
--- a/tasks/compile_callas_binaries.yml
+++ b/tasks/compile_callas_binaries.yml
@@ -25,6 +25,7 @@
     dest: "/opt/pdfa_webservice/"
     depth: 1
     key_file: "/tmp/id_ed25519_deploykey"
+    ssh_opts: "-o StrictHostKeyChecking=accept-new"
 #   delegate_to: 127.0.0.1
 
 # - name: copy PDF/A-Webservice Git repo to managed host
-- 
GitLab