From a4481af8e2ac7b5098e4aa0a5f2ae42f07f236cc Mon Sep 17 00:00:00 2001 From: Sven Geboers Date: Sat, 28 Mar 2026 20:33:09 +0100 Subject: [PATCH] fix(ansible): use webapps deploy key for git clone instead of agent forwarding --- ansible/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml index 3401c4e..3f1cf1e 100644 --- a/ansible/deploy.yaml +++ b/ansible/deploy.yaml @@ -16,6 +16,8 @@ dest: ~/motief clone: yes force: yes + key_file: ~/.ssh/id_ed25519 + accept_newhostkey: yes - name: sync dependencies with uv ansible.builtin.shell: