Fix key name
This commit is contained in:
parent
d53f90be10
commit
6c78f3e8ad
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Read key from file
|
||||
ansible.builtin.slurp:
|
||||
src: "{{ borg_ssh_key_file_path }}/{{ borg_ssh_key_name }}.pub"
|
||||
src: "{{ borg_ssh_key_file_path }}.pub"
|
||||
register: ssh_key
|
||||
check_mode: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue