Fix keyname

This commit is contained in:
phil 2023-04-08 21:12:46 +02:00
parent ce5f7104f9
commit 36cf1d10a9

View file

@ -5,7 +5,7 @@
- name: Generate an OpenSSH keypair
community.crypto.openssh_keypair:
path: "{{ borg_ssh_key_file_path }}"
path: "{{ borg_ssh_key_file_path }}/{{ borg_ssh_key_name }}"
type: "ed25519"
- name: Setup borgbase backup