fix(ansible): correct deploy key path to /home/webapps/.ssh/ed25519

main
Sven Geboers 1 month ago
parent a4481af8e2
commit 13cb746d06
  1. 2
      ansible/deploy.yaml

@ -16,7 +16,7 @@
dest: ~/motief
clone: yes
force: yes
key_file: ~/.ssh/id_ed25519
key_file: /home/webapps/.ssh/ed25519
accept_newhostkey: yes
- name: sync dependencies with uv

Loading…
Cancel
Save