Fiy key path
This commit is contained in:
parent
36cf1d10a9
commit
d53f90be10
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- name: Generate an OpenSSH keypair
|
||||
community.crypto.openssh_keypair:
|
||||
path: "{{ borg_ssh_key_file_path }}/{{ borg_ssh_key_name }}"
|
||||
path: "{{ borg_ssh_key_file_path }}"
|
||||
type: "ed25519"
|
||||
|
||||
- name: Setup borgbase backup
|
||||
|
|
Loading…
Reference in a new issue