fix(ansible): use webapps deploy key for git clone instead of agent forwarding

main
Sven Geboers 1 month ago
parent 8579da68bd
commit a4481af8e2
  1. 2
      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:

Loading…
Cancel
Save