Skip to content
Snippets Groups Projects
Commit ad726e1c authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: accept new SSH hostkeys on first connection for GitLab clone operation

parent bccf9d05
No related branches found
No related tags found
No related merge requests found
Pipeline #3676 failed
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
dest: "/opt/pdfa_webservice/" dest: "/opt/pdfa_webservice/"
depth: 1 depth: 1
key_file: "/tmp/id_ed25519_deploykey" key_file: "/tmp/id_ed25519_deploykey"
ssh_opts: "-o StrictHostKeyChecking=accept-new"
# delegate_to: 127.0.0.1 # delegate_to: 127.0.0.1
# - name: copy PDF/A-Webservice Git repo to managed host # - name: copy PDF/A-Webservice Git repo to managed host
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment