fix(ansible): correct deploy key path to /home/webapps/.ssh/ed25519
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
dest: ~/motief
|
dest: ~/motief
|
||||||
clone: yes
|
clone: yes
|
||||||
force: yes
|
force: yes
|
||||||
key_file: ~/.ssh/id_ed25519
|
key_file: /home/webapps/.ssh/ed25519
|
||||||
accept_newhostkey: yes
|
accept_newhostkey: yes
|
||||||
|
|
||||||
- name: sync dependencies with uv
|
- name: sync dependencies with uv
|
||||||
|
|||||||
Reference in New Issue
Block a user